ReScript bindings for react-navigation.
npm install rescript-react-navigationrescript-react-navigation


ReScript bindings forreact-navigation.
Exposed as ReactNavigation module.
rescript-react-navigation X.y.\* means it's compatible with react-navigation
X.y.\*
Whenreact-navigation is
properly installed & configured by following their installation instructions,
you can install the bindings:
``console`
npm install rescript-react-navigationor
yarn add rescript-react-navigation
rescript-react-navigation should be added to bs-dependencies in yourrescript.json:
`diff``
{
//...
"bs-dependencies": [
"@rescript/react",
"rescript-react-native",
// ...
+ "rescript-react-navigation"
],
//...
}
See Example.res
---
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.