All Projects → rescript-react-native → Rescript React Navigation

rescript-react-native / Rescript React Navigation

Licence: mit
ReScript bindings for React Navigation

Programming Languages

reason
219 projects

Projects that are alternatives of or similar to Rescript React Navigation

Rescript React Native
ReScript bindings for React Native
Stars: ✭ 802 (+1385.19%)
Mutual labels:  hacktoberfest, reason-react
Fosoauthserverbundle
A server side OAuth2 Bundle for Symfony
Stars: ✭ 1,068 (+1877.78%)
Mutual labels:  hacktoberfest
Ohmyform
✏️ Free open source alternative to TypeForm, TellForm, or Google Forms ⛺
Stars: ✭ 1,065 (+1872.22%)
Mutual labels:  hacktoberfest
Knigge
An opinionated way of dealing with behaviours
Stars: ✭ 53 (-1.85%)
Mutual labels:  hacktoberfest
Fleet
A flexible control server for osquery fleets
Stars: ✭ 1,068 (+1877.78%)
Mutual labels:  hacktoberfest
Json Api Dart
JSON:API client for Dart/Flutter
Stars: ✭ 53 (-1.85%)
Mutual labels:  hacktoberfest
Feel Scala
FEEL parser and interpreter written in Scala
Stars: ✭ 52 (-3.7%)
Mutual labels:  hacktoberfest
Sanity Typed Queries
A typed, zero-dependency schema generator and query builder for Sanity.
Stars: ✭ 54 (+0%)
Mutual labels:  hacktoberfest
Ripple Without Js
Create Material Design ripple effect in your HTML without using a single line of JS.
Stars: ✭ 53 (-1.85%)
Mutual labels:  hacktoberfest
Geeksforgeeks Dsa 2
This repository contains all the assignments and practice questions solved during the Data Structures and Algorithms course in C++ taught by the Geeks For Geeks team.
Stars: ✭ 53 (-1.85%)
Mutual labels:  hacktoberfest
Kubernetes Cheatsheet
This is Kubernetes Cheatsheet based on Kubernetes API 1.19 version.
Stars: ✭ 53 (-1.85%)
Mutual labels:  hacktoberfest
Silverstripe Queuedjobs
A module that provides interfaces for scheduling jobs for certain times.
Stars: ✭ 52 (-3.7%)
Mutual labels:  hacktoberfest
Wombat
Flat file headless CMS for building configurable API
Stars: ✭ 53 (-1.85%)
Mutual labels:  hacktoberfest
Rocket.chat.reactnative
Rocket.Chat mobile clients
Stars: ✭ 1,064 (+1870.37%)
Mutual labels:  hacktoberfest
Vue Social Sharing
A renderless Vue.js component for sharing links to social networks, compatible with SSR
Stars: ✭ 1,071 (+1883.33%)
Mutual labels:  hacktoberfest
Plover
Open source stenotype engine
Stars: ✭ 1,063 (+1868.52%)
Mutual labels:  hacktoberfest
Java
Repository for Java codes and algos.Star the repo too.
Stars: ✭ 53 (-1.85%)
Mutual labels:  hacktoberfest
Thm Discord Bot
TryHackMe Python Bot
Stars: ✭ 53 (-1.85%)
Mutual labels:  hacktoberfest
Animoji
Describe your favorite anime with emoji ✨
Stars: ✭ 54 (+0%)
Mutual labels:  hacktoberfest
Druid Exporter
A Golang based exporter captures druid API related metrics and receives druid-emitting HTTP JSON data.
Stars: ✭ 54 (+0%)
Mutual labels:  hacktoberfest

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].