react-native-navigators
v0.3.11
Published
Native navigators system for react-native
Downloads
35
Readme
react-native-navigators
This repository is inspired by kmagiera/react-native-screens ,some code of this repository is based on kmagiera/react-native-screens.
Installation
Usage
cd examples
# could not use npm install
yarn install
npm run
iOS
cd examples/ios
pod install
open examples.xcworkspace
Android
cd examples/android
studio .