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 installTo deploy to iOS simulator:
npm run ios—or—
To deploy to Android simulator:
npm run androidOr, 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 installTo deploy to iOS simulator:
npm run ios—or—
To deploy to Android simulator:
npm run android