Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 821 Bytes

README.md

File metadata and controls

49 lines (31 loc) · 821 Bytes

ReactRouterDemo

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

Get Started

  • 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

Hot Reload

You can hot reload the app by:

  • For Android emulator, double click R
  • For iOS simulator, click command + R

Dependencies

There are 2 docs you must read before you start extend this app.

  1. React Router
  2. Native Base