bs-react-navigation
A fast, declarative navigation for React Native, based on React Navigation
Installation
Open a Terminal in your project's folder and run,
yarn add bs-react-navigation
After installation, you will need to install react-navigation and its peer dependencies. Please follow official installation instructions here.
Examples
- example built-in library - /example
Prior art
This library is a continuation of our efforts to provide a first-class navigation for bs-react-native applications.
If you are coming from rebolt-navigation or reroute-native (our previous attempts at solving this problem),
please open an issue and let us know. We will help you find the best migration path to adopt this library.
Developing example app
Inside the root folder, run BS build script:
yarn startnext, go to the example app and start the watch script for building the ReasonML code:
yarn watchThe last step is to start the Expo packager inside your example app
yarn startLicense
See Reason license in LICENSE.txt.