Files
react-navigation/examples/NavigationPlayground
Mike Grabowski ce5be229ed Upgrade React Native (#1093)
* Upgrade RN

* Clean up
2017-04-18 14:28:47 +02:00
..
2017-04-18 14:28:47 +02:00
2017-04-18 14:28:47 +02:00
2017-04-12 15:49:08 -07:00
2017-04-18 14:28:47 +02:00
2017-04-18 14:28:47 +02:00
2017-04-18 14:28:47 +02:00

Navigation Playground Example

A playground for experimenting with react-navigation in a pure-JS React Native app.

Setup:

cd react-navigation
npm install
cd examples/NavigationPlayground
npm install
cd ../..
react-native start
cd examples/NavigationPlayground
react-native run-ios # ignore packager starting error
react-native run-android # ignore packager starting error