react-native-navigators

Native navigators system for react-native

Usage no npm install needed!

<script type="module">
  import reactNativeNavigators from 'https://cdn.skypack.dev/react-native-navigators';
</script>

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 .