Alejandro Garcia 17522c8b8f Fixed typo in HelloHybrid for ios (#151)
* Fixed typo in HelloHybrid for ios

* Use state.navState to get routeName in HelloHybrid example for ios
2017-02-02 08:41:15 -08:00
..

Hello Hybrid Example

A reference implementation for integrating react-navigation into a native app.

iOS only right now. Help needed to support Android!

Setup:

cd react-navigation
npm install
cd examples/HelloHybrid
npm install
open ios/HelloHybrid.xcodeproj
cd ../..
react-native start