mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-25 01:28:16 +00:00
* Fixed typo in HelloHybrid for ios * Use state.navState to get routeName in HelloHybrid example for ios
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