react-native-navigation-hybrid

A native navigation for React Native.

Running the Playground Project

To run the playground project, first clone this repo:

git clone [email protected]:listenzz/react-native-navigation-hybrid.git
cd react-native-navigation-hybrid
npm install
npm start

Then, in another CLI window:

To run on iOS: npm run run:ios

To run on Android: npm run run:android

make sure that you have a simulator or device when you run andriod

GitHub