React Native Navigation that supports seamless navigation between Native and React.
React Native Navigation that supports seamless navigation between Native and React.
| version | react-native version | | ------- | -------------------- | | 1.0.0+ | 0.60.0+ |
To run the example project, first clone this repo:
git clone [email protected]:listenzz/hybrid-navigation.git cd hybrid-navigation
First, make sure that you have a simulator or device.
Then,
npm install # & npm start
Then, in another CLI window:
npm run run:android
或通过扫描二维码安装 demo
First,
npm install # & cd ios && pod install # & npm start
Then, in another CLI window:
npm run run:ios