Please note that the address bar used in examples is for development only and can be disabled by removing the addressBar
prop from the <Router>
component.
To build and run the Simple app:
git clone https://github.com/jmurzy/react-router-native
cd react-router-native/examples/Simple
npm install
To deploy to iOS simulator:
npm run ios
—or—
To deploy to Android simulator:
npm run android
Or, view the simple example with Exponent.
To build and run the Aviato app:
git clone https://github.com/jmurzy/react-router-native
cd react-router-native/examples/Aviato
npm install
To deploy to iOS simulator:
npm run ios
—or—
To deploy to Android simulator:
npm run android