react-navigation/examples/NavigationPlayground
Satyajit Sahoo a7b1243053 Fix flow (#305)
* Fix Flow and Android build

* Enable flow on CI

* Fix and suppress flow errors
2017-02-13 08:26:30 -08:00
..
2017-02-13 08:26:30 -08:00
2017-02-12 22:05:12 -08: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