Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 1.06 KB

Examples.md

File metadata and controls

59 lines (38 loc) · 1.06 KB

Examples

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.

Simple

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.

Aviato

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

Or, view Aviato with Exponent.