An open API service indexing awesome lists of open source software.

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

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