Skip to content

shanhuiyang/ReactRouterDemo

Repository files navigation

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

About

Demo app to show the usage of react router 4 in ReactNative.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published