Skip to content

Create a React Native app on any OS with no build config.

License

Notifications You must be signed in to change notification settings

fannyvln/create-react-native-app

 
 

Repository files navigation

export const loadingComponent = (timedOut?: boolean) =>
    timedOut ?
        <p>Loading error, please try to refresh page</p>;
        : <CircularProgress size={80} thickness={3} variant="indeterminate" />

About

Create a React Native app on any OS with no build config.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%