File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 1212 - ` @react-native-community/something `
1313 - ` https://github.com/react-native-community/something `
1414 - ` ReactNativeSomething ` . If you have more than a file exposed, you should
15- consider using BuckleScript custom namespace by adjusting ` bsconfig.json `
15+ consider using ReScript custom namespace by adjusting ` bsconfig.json `
1616 and adding a ` "namespace": "react-native-something" ` (note that it will be
1717 converted to ` ReactNativeSomething ` )
1818
2929[ ![ Version] ( https://img.shields.io/npm/v/@reason-react-native/__template__.svg )] ( https://www.npmjs.com/@reason-react-native/__template__ )
3030[ ![ Chat] ( https://img.shields.io/discord/235176658175262720.svg?logo=discord&colorb=blue )] ( https://reason-react-native.github.io/discord/ )
3131
32- [ ReasonML] ( https://reasonml.github.io ) /
33- [ BuckleScript] ( https://bucklescript.github.io ) bindings for
32+ [ ReScript] ( https://rescript-lang.org ) / [ Reason] ( https://reasonml.github.io ) bindings for
3433[ ` @react-native-community/something ` ] ( https://github.com/react-native-community/something ) .
3534
3635Exposed as ` ReactNativeSomething ` module.
3736
38- ` @reason-react-native/__template__ ` X.y._ means it's compatible with
39- ` @react-native-community/something ` X.y._
37+ ` @reason-react-native/__template__ ` X.y.\* means it's compatible with
38+ ` @react-native-community/something ` X.y.\*
4039
4140## Installation
4241
@@ -52,7 +51,7 @@ yarn add @reason-react-native/__template__
5251```
5352
5453` @reason-react-native/__template__ ` should be added to ` bs-dependencies ` in your
55- ` bsconfig.json ` . Something like
54+ ` bsconfig.json ` :
5655
5756``` diff
5857{
Original file line number Diff line number Diff line change 88 "repository" : " https://github.com/reason-react-native/__template__.git" ,
99 "license" : " MIT" ,
1010 "keywords" : [
11+ " rescript" ,
1112 " reason" ,
1213 " reasonml" ,
1314 " bucklescript" ,
You can’t perform that action at this time.
0 commit comments