https://github.com/rootstrap/create-rootstrap-react-native-app
https://github.com/rootstrap/create-rootstrap-react-native-app
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rootstrap/create-rootstrap-react-native-app
- Owner: rootstrap
- Created: 2023-07-28T18:48:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-01T15:50:33.000Z (over 2 years ago)
- Last Synced: 2025-01-10T14:20:01.920Z (about 1 year ago)
- Language: TypeScript
- Size: 31.3 KB
- Stars: 2
- Watchers: 12
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rootstrap - Create Rootstrap React Native App ⭐️
You can build any react native app using our template that have some additional benefits like:
- Multiple environments pre-configured (Dev, QA, Staging, Prod) for iOS and Android
- Support of environment variables using [react-native-config](https://github.com/luggit/react-native-config)
- React Navigation with Typescript support
- React query for network state management
- Zustand for local state management (Persisted using [react-native-mmkv](https://github.com/mrousavy/react-native-mmkv))
We build this project highly inspired in `create-obytes-app` and `ignite-template`
### Usage
`npx create-rootstrap-app@latest APP_NAME`
### Then
You can `cd APP_NAME` and try to run your app using the following command:
`npm run ios:dev || npm run android:dev`
#### Did you find an issue?
You can open a ticket here [issues](https://github.com/rootstrap/create-rootstrap-react-native-app/issues) so we fix and helping you to start new apps faster and grater. 😁