https://github.com/baransu/bs-react-navigation
Bucklescript bindings to react-navigation
https://github.com/baransu/bs-react-navigation
bucklescript react-native react-navigation reasonml
Last synced: about 1 year ago
JSON representation
Bucklescript bindings to react-navigation
- Host: GitHub
- URL: https://github.com/baransu/bs-react-navigation
- Owner: baransu
- License: mit
- Created: 2018-09-08T15:34:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-19T16:02:21.000Z (almost 8 years ago)
- Last Synced: 2025-04-28T16:04:44.198Z (about 1 year ago)
- Topics: bucklescript, react-native, react-navigation, reasonml
- Language: OCaml
- Homepage:
- Size: 450 KB
- Stars: 6
- Watchers: 5
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bs-react-navigation
> Bucklescript bindings to react-navigation
Many thanks to [@saschatimme](https://github.com/saschatimme) who started work on bindings to react-navigation in the first place.
### Disclaimer
⚠️⚠️⚠️ **It's only experiment. This library is not production ready. Work in progress** ⚠️⚠️⚠️
## Developing
```sh
# Starts Metro (React Native Packager)
yarn start-example
# Watches for source build changes
yarn start
# Runs the app on iOS/Android
yarn run-ios # run-android
```
If you experience problems with running iOS app from terminal, try using XCode. This may help in some cases.
## License
MIT Ⓒ 2018 Tomasz Cichociński