Base react native application for scalable projects using Redux + React Navigation v5, + .....
Version for react navigation v4
- Run
npm install - To run on device emulators, you have to have installed
react-nativenpm module, then runreact-native run-iosorreact-native run-android. See more on React Native getting started.
| npm run ... | Description |
|---|---|
| adb-reverse | Reset port ADB to tcp:8081 |
| adb-forward | Forward port ADB to tcp:8083 |
| ios-dev | Run iOS project with Simulator set to "iPhone X" |
| ios-bundle | Bundle with entry file index.ios.js |
| ios-build | Run ios project with “Release” configuration |
| android-clean | Fix building android if preDexDebug error |
| android-build-debug | Build android .apk with “Debug” configuration |
| android-release | Build android .apk with “Release” configuration |
| android-signkey | Generate keystore android |
| android-signer | To sign app-release-unsigned.apk with random keystore |
| android-bundle | Bundle with entry file index.android.js |
- Change keys and codes in .env file
- adb reverse tcp:8081 tcp:8081
- adb forward tcp:8083 tcp:8083
MIT