ReScript bindings for react-navigation.
npm install reason-react-navigationreason-react-navigation


ReScript / Reason bindings forreact-navigation.
Exposed as ReactNavigation module.
reason-react-navigation X.y.\* means it's compatible with react-navigation
X.y.\*
⚠️ Work in progress. These bindings are used successfully in several apps, but
are not complete yet and still subject to change.
Whenreact-navigation is
properly installed & configured by following their installation instructions,
you can install the bindings:
``console`
npm install reason-react-navigationor
yarn add reason-react-navigation
reason-react-navigation should be added to bs-dependencies in yourbsconfig.json:
`diff``
{
//...
"bs-dependencies": [
"reason-react",
"reason-react-native",
// ...
+ "reason-react-navigation"
],
//...
}
See <./src/Example.re>
---
Check the changelog for more informations about recent
releases.
Read the contribution guidelines before contributing.
We want this community to be friendly and respectful to each other. Please read
our full code of conduct so that you can understand what
actions will and will not be tolerated.