export const loadingComponent = (timedOut?: boolean) =>
timedOut ?
<p>Loading error, please try to refresh page</p>;
: <CircularProgress size={80} thickness={3} variant="indeterminate" />
forked from expo/create-react-native-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Create a React Native app on any OS with no build config.
License
fannyvln/create-react-native-app
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Create a React Native app on any OS with no build config.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 100.0%