An open API service indexing awesome lists of open source software.

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

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. 😁