File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ node_modules
99
# npm unused lock file (we use yarn.lock)
1010
package-lock.json
1111

12-
# Ocaml / Reason / BuckleScript artifacts
12+
# ReScript / Reason / Ocaml artifacts
1313
#*.bs.js # we do want this files to ensure zero-cost
1414
.bsb.lock
1515
**/lib/bs
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@
44
[![Version](https://img.shields.io/npm/v/reason-react-navigation.svg)](https://www.npmjs.com/reason-react-navigation)
55
[![Chat](https://img.shields.io/discord/235176658175262720.svg?logo=discord&colorb=blue)](https://reasonml-community..io/reason-react-native/discord/)
66

7-
[ReasonML](https://reasonml..io) /
8-
[BuckleScript](https://bucklescript..io) bindings for
7+
[ReScript](https://rescript-lang.org) / [Reason](https://reasonml..io) bindings for
98
[`react-navigation`](https://.com/react-navigation/react-navigation).
109

1110
Exposed as `ReactNavigation` module.
1211

13-
`reason-react-navigation` X.y._ means it's compatible with `react-navigation`
14-
X.y._
12+
`reason-react-navigation` X.y.\* means it's compatible with `react-navigation`
13+
X.y.\*
1514

1615
## Status
1716

@@ -32,7 +31,7 @@ yarn add reason-react-navigation
3231
```
3332

3433
`reason-react-navigation` should be added to `bs-dependencies` in your
35-
`bsconfig.json`. Something like
34+
`bsconfig.json`:
3635

3736
```diff
3837
{
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"repository": "https://.com/reason-react-native/react-navigation.git",
1818
"license": "MIT",
1919
"keywords": [
20+
"rescript",
2021
"reason",
2122
"reasonml",
2223
"bucklescript",

0 commit comments

Comments
 (0)