Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 493 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 493 Bytes

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 .