The app covers:
- Global state management with
redux - Async requests with fetch and
redux-saga - Form validation with
redux-form - Navigation with
react-navigation
- Install yarn
- Run
yarn install - Run
react-native run-android(orios)
- If it doesn't work make sure the JS server is running first with
yarn start
For Maps demo on android, you'll need to provide your own Google API key.
In ./android/app/apikeys.properties, fill in your own API key. (remember to rerun react-native run-android afterwards!)