1.0.0-beta.2 • Published 6 years ago
@astrocoders/nautilus v1.0.0-beta.2
Nautilus
a fast, declarative navigation for reason react native
Installation
Open a Terminal in your project's folder and run,
yarn add @astrocoders/nautilusAfter installation, you will need to add this library to your bsconfig.json dependencies
"bs-dependencies": [
"reason-react",
"nautilus"
],In addition you will need to install a few peer dependencies:
yarn add xxxreact-native-gesture-handler- installation instructions
As per this issue, you might need to add the following to your bsconfig.json:
"package-specs": {
"module": "commonjs",
"in-source": true
}This generates output alongside source files. (documentation)
Usage
create the docs
Examples
Developing
# Starts Metro (React Native Packager)
npm run start-example
# Runs the app on iOS/Android
yarn run-ios
# Watches for source build changes
yarn startLicense
MIT (c) 2018 Astrocoders
Badges to Update
1.0.0-beta.2
6 years ago
1.0.0-beta.1
6 years ago
1.0.0-beta.0
6 years ago
0.2.1
6 years ago
0.2.0
6 years ago
0.1.0-beta.1
7 years ago
0.0.1
7 years ago