react-native-navigators

Native navigators system for react-native


Keywords
react-component, react-native, navigation, navigator, ios, android
License
MIT
Install
npm install react-native-navigators@0.3.0-44

Documentation

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 .