The React Native, Redux, react-native-navigation-v2 boilerplate
See Getting Started to install requirement tools.
$ npm install -g react-native-cli
$ npm install
$ npm start
Run command to open iOS simulator and run app:
$ npm run ios
Open Android emulator (recommended Genymotion) and run command: (Or connect real device via USB)
$ npm run android
In development mode, you can install React Native Debugger as default debugger. if not install, it will use Remote Redux DevTools and RemoteDev RN Debugger.
$ npm test