2017-01-26 11:53:33 -08:00

303 B

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