This is a demo app to show the usage of react router 4.
We resolved following requirements:
- build a navigation bar
- build the pattern of list-detail
- resolve the dependency
yarn
- Install react-native-cli
npm install -g react-native-cli
- Start an Andoird emulator using AVD manager or command line
- Start android app
react-native run-android
- Start iOS app
react-native run-ios
You can hot reload the app by:
- For Android emulator, double click
R
- For iOS simulator, click
command
+R
There are 2 docs you must read before you start extend this app.