File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ node_modules
99# npm unused lock file (we use yarn.lock)
1010package-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 number Diff line number Diff line change 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.github.io/reason-react-native/discord/ )
66
7- [ ReasonML] ( https://reasonml.github.io ) /
8- [ BuckleScript] ( https://bucklescript.github.io ) bindings for
7+ [ ReScript] ( https://rescript-lang.org ) / [ Reason] ( https://reasonml.github.io ) bindings for
98[ ` react-navigation ` ] ( https://github.com/react-navigation/react-navigation ) .
109
1110Exposed 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 number Diff line number Diff line change 1717 "repository" : " https://github.com/reason-react-native/react-navigation.git" ,
1818 "license" : " MIT" ,
1919 "keywords" : [
20+ " rescript" ,
2021 " reason" ,
2122 " reasonml" ,
2223 " bucklescript" ,
You can’t perform that action at this time.
0 commit comments