reroute-native
v0.0.5
Published
ReRoute Native
Downloads
5
Readme
ReRoute Native
a fast, declarative navigation for react native
We're looking forward to seeing your feedback or questions on Discord
Getting started
Installation
Open a Terminal in your project's folder and run,
$ yarn add reroute-native
We haven't published the package on npm yet. If you are beta testing, please install the package from GH:
package.json
"reroute-native": "knowbody/reroute-native#master"
After installation, you will need to add this library to your bsconfig.json
dependencies
"bs-dependencies": [
"reason-react",
"reroute-native"
],
In addition you will need to install a few peer dependencies:
react-native-gesture-handler
- installation instructionsbs-react-native
-^0.7.0-beta
Usage
Developing
# Starts Metro (React Native Packager)
$ npm run start-example
# Runs the app on iOS/Android
$ npm run run-ios
# Watches for source build changes
$ npm start
License
MIT (c) 2018 Callstack