0.0.5 • Published 6 years ago

reroute-native v0.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

ReRoute Native

a fast, declarative navigation for react native

We're looking forward to seeing your feedback or questions on Discord

Discord

Getting started

ReRoute Native website

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:

Usage

View the docs

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