Skip to content

a-c-sreedhar-reddy/reason-react-navigation

 
 

Repository files navigation

reason-react-navigation

Build Status Version Chat

ReasonML / BuckleScript 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. Something like

{
  //...
  "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.

About

ReasonML / BuckleScript bindings for React Navigation

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Reason 77.5%
  • JavaScript 22.5%