React native startup template to get you up and running quickly.
❗If you are a beginner, please refer to the official React Native setup guide.
- Redux setup with redux-logger and redux-persist
- Environment config setup
- Debug, Stage and Release variants for both iOS and Android
- Eslint & Prettier setup (If you use VSCode, install Eslint and Prettier extentions)
- Click on  to have your own repo created from this template. to have your own repo created from this template.
- Clone the repo on your local machine
- Run
- yarn
- cd iOS && pod install
- Add environment files: .env, .env.staging, .env.production
- yarn iosor- yarn android
 
- React v16.11.1
- React Native v62.2
- React Navigation v5
- Redux v4.0.5
- React Redux v7.2.0
- Redux Toolkit v1.3.5
- Redux persist v6.0.0
- Axios v0.19.2
- PropTypes v15.7.2
- Adding multiple iOS Schemes in react native.
- Structuring react native projects
- Eslint & Prettier setup
This project is inspired by this template.

