66 ` bsconfig.json ` ` "namespace" ` field (more on this below),
77- Update all occurences of
88
9- - ` @reason -react-native/__template__ `
10- - ` https://github.com/reason -react-native/__template__ `
9+ - ` @rescript -react-native/__template__ `
10+ - ` https://github.com/rescript -react-native/__template__ `
1111 - ` __template__ `
1212 - ` react-native-XXXXXXXXXX `
1313 - ` https://github.com/OWNER/react-native-XXXXXXXXXX `
2323
2424---
2525
26- # ` @reason -react-native/__template__ `
26+ # ` @rescript -react-native/__template__ `
2727
28- [ ![ Build Status] ( https://github.com/reason -react-native/__template__/workflows/Build/badge.svg )] ( https://github.com/reason -react-native/__template__/actions )
29- [ ![ Version] ( https://img.shields.io/npm/v/@reason -react-native/__template__.svg )] ( https://www.npmjs.com/@reason -react-native/__template__ )
30- [ ![ Chat ] ( https://img.shields.io/discord/235176658175262720.svg?logo=discord&colorb=blue )] ( https://reason-react-native.github.io/discord / )
28+ [ ![ Build Status] ( https://github.com/rescript -react-native/__template__/workflows/Build/badge.svg )] ( https://github.com/rescript -react-native/__template__/actions )
29+ [ ![ Version] ( https://img.shields.io/npm/v/@rescript -react-native/__template__.svg )] ( https://www.npmjs.com/@rescript -react-native/__template__ )
30+ [ ![ ReScript Forum ] ( https://img.shields.io/discourse/posts?color=e6484f&label=ReScript%20Forum&server=https%3A%2F%2Fforum.rescript-lang.org )] ( https://forum.rescript-lang.org / )
3131
32- [ ReScript] ( https://rescript-lang.org ) / [ Reason ] ( https://reasonml.github.io ) bindings for
32+ [ ReScript] ( https://rescript-lang.org ) bindings for
3333[ ` react-native-XXXXXXXXXX ` ] ( https://github.com/OWNER/react-native-XXXXXXXXXX ) .
3434
3535Exposed as ` ReactNativeXxxxxxxxxx ` module.
3636
37- ` @reason -react-native/__template__ ` X.y.\* means it's compatible with
37+ ` @rescript -react-native/__template__ ` X.y.\* means it's compatible with
3838` react-native-XXXXXXXXXX ` X.y.\*
3939
4040## Installation
@@ -45,22 +45,22 @@ is properly installed & configured by following their installation instructions,
4545you can install the bindings:
4646
4747``` console
48- npm install @reason -react-native/__template__
48+ npm install @rescript -react-native/__template__
4949# or
50- yarn add @reason -react-native/__template__
50+ yarn add @rescript -react-native/__template__
5151```
5252
53- ` @reason -react-native/__template__ ` should be added to ` bs-dependencies ` in your
53+ ` @rescript -react-native/__template__ ` should be added to ` bs-dependencies ` in your
5454` bsconfig.json ` :
5555
5656``` diff
5757{
5858 //...
5959 "bs-dependencies": [
60- "reason- react",
61- "reason -react-native",
60+ "@rescript/ react",
61+ "rescript -react-native",
6262 // ...
63- + "@reason -react-native/__template__"
63+ + "@rescript -react-native/__template__"
6464 ],
6565 //...
6666}
@@ -92,11 +92,11 @@ releases.
9292## Contribute
9393
9494Read the
95- [ contribution guidelines] ( https://github.com/reason -react-native/.github/blob/master/CONTRIBUTING.md )
95+ [ contribution guidelines] ( https://github.com/rescript -react-native/.github/blob/master/CONTRIBUTING.md )
9696before contributing.
9797
9898## Code of Conduct
9999
100100We want this community to be friendly and respectful to each other. Please read
101- [ our full code of conduct] ( https://github.com/reason -react-native/.github/blob/master/CODE_OF_CONDUCT.md )
101+ [ our full code of conduct] ( https://github.com/rescript -react-native/.github/blob/master/CODE_OF_CONDUCT.md )
102102so that you can understand what actions will and will not be tolerated.
0 commit comments