Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

rescript-react-native/rescript-react-navigation

Repository files navigation

rescript-react-navigation

Build Status Version ReScript Forum

ReScript bindings for react-navigation.

Exposed as ReactNavigation module.

rescript-react-navigation X.y.* means it's compatible with react-navigation X.y.*

Installation

When react-navigation is properly installed & configured by following their installation instructions, you can install the bindings:

npm install rescript-react-navigation
# or
yarn add rescript-react-navigation

rescript-react-navigation should be added to bs-dependencies in your rescript.json:

{
 //...
 "bs-dependencies": [
 "@rescript/react",
 "rescript-react-native",
 // ...
+ "rescript-react-navigation"
 ],
 //...
}

Example

See Example.res


Changelog

Check the changelog for more informations about recent releases.

Contribute

Read the contribution guidelines before contributing.

Code of Conduct

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.

Sponsor this project

Contributors 82

AltStyle によって変換されたページ (->オリジナル) /