File tree
Expand file treeCollapse file tree3 files changed
+6
-6
lines changed Expand file treeCollapse file tree3 files changed
+6
-6
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -9,7 +9,7 @@ node_modules
|
9 | 9 | # npm unused lock file (we use yarn.lock)
|
10 | 10 | package-lock.json
|
11 | 11 |
|
12 |
| -# Ocaml / Reason / BuckleScript artifacts |
| 12 | +# ReScript / Reason / Ocaml artifacts |
13 | 13 | #*.bs.js # we do want this files to ensure zero-cost
|
14 | 14 | .bsb.lock
|
15 | 15 | **/lib/bs
|
|
Original file line number | Diff line number | Diff line change |
---|
|
4 | 4 | [](https://www.npmjs.com/reason-react-navigation)
|
5 | 5 | [](https://reasonml-community..io/reason-react-native/discord/)
|
6 | 6 |
|
7 |
| -[ReasonML](https://reasonml..io) / |
8 |
| -[BuckleScript](https://bucklescript..io) bindings for |
| 7 | +[ReScript](https://rescript-lang.org) / [Reason](https://reasonml..io) bindings for |
9 | 8 | [`react-navigation`](https://.com/react-navigation/react-navigation).
|
10 | 9 |
|
11 | 10 | Exposed as `ReactNavigation` module.
|
12 | 11 |
|
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.\* |
15 | 14 |
|
16 | 15 | ## Status
|
17 | 16 |
|
@@ -32,7 +31,7 @@ yarn add reason-react-navigation
|
32 | 31 | ```
|
33 | 32 |
|
34 | 33 | `reason-react-navigation` should be added to `bs-dependencies` in your
|
35 |
| -`bsconfig.json`. Something like |
| 34 | +`bsconfig.json`: |
36 | 35 |
|
37 | 36 | ```diff
|
38 | 37 | {
|
|
Original file line number | Diff line number | Diff line change |
---|
|
17 | 17 | "repository": "https://.com/reason-react-native/react-navigation.git",
|
18 | 18 | "license": "MIT",
|
19 | 19 | "keywords": [
|
| 20 | +"rescript", |
20 | 21 | "reason",
|
21 | 22 | "reasonml",
|
22 | 23 | "bucklescript",
|
|
You can’t perform that action at this time.
0 commit comments