reason-react-navigation

5.1.2 • Public • Published

reason-react-navigation

Build Status Version Chat

ReScript / Reason bindings for react-navigation.

Exposed as ReactNavigation module.

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

Status

⚠️ Work in progress. These bindings are used successfully in several apps, but are not complete yet and still subject to change.

Installation

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

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

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

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

Example

See <./src/Example.re>


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.

Package Sidebar

Install

npm i reason-react-navigation

Weekly Downloads

12

Version

5.1.2

License

MIT

Unpacked Size

60.8 kB

Total Files

18

Last publish

Collaborators

  • moox