6
6
` bsconfig.json ` ` "namespace" ` field (more on this below),
7
7
- Update all occurences of
8
8
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__ `
11
11
- ` __template__ `
12
12
- ` react-native-XXXXXXXXXX `
13
13
- ` https://github.com/OWNER/react-native-XXXXXXXXXX `
23
23
24
24
---
25
25
26
- # ` @reason -react-native/__template__ `
26
+ # ` @rescript -react-native/__template__ `
27
27
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 / )
31
31
32
- [ ReScript] ( https://rescript-lang.org ) / [ Reason ] ( https://reasonml.github.io ) bindings for
32
+ [ ReScript] ( https://rescript-lang.org ) bindings for
33
33
[ ` react-native-XXXXXXXXXX ` ] ( https://github.com/OWNER/react-native-XXXXXXXXXX ) .
34
34
35
35
Exposed as ` ReactNativeXxxxxxxxxx ` module.
36
36
37
- ` @reason -react-native/__template__ ` X.y.\* means it's compatible with
37
+ ` @rescript -react-native/__template__ ` X.y.\* means it's compatible with
38
38
` react-native-XXXXXXXXXX ` X.y.\*
39
39
40
40
## Installation
@@ -45,22 +45,22 @@ is properly installed & configured by following their installation instructions,
45
45
you can install the bindings:
46
46
47
47
``` console
48
- npm install @reason -react-native/__template__
48
+ npm install @rescript -react-native/__template__
49
49
# or
50
- yarn add @reason -react-native/__template__
50
+ yarn add @rescript -react-native/__template__
51
51
```
52
52
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
54
54
` bsconfig.json ` :
55
55
56
56
``` diff
57
57
{
58
58
//...
59
59
"bs-dependencies": [
60
- "reason- react",
61
- "reason -react-native",
60
+ "@rescript/ react",
61
+ "rescript -react-native",
62
62
// ...
63
- + "@reason -react-native/__template__"
63
+ + "@rescript -react-native/__template__"
64
64
],
65
65
//...
66
66
}
@@ -92,11 +92,11 @@ releases.
92
92
## Contribute
93
93
94
94
Read 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 )
96
96
before contributing.
97
97
98
98
## Code of Conduct
99
99
100
100
We 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 )
102
102
so that you can understand what actions will and will not be tolerated.
0 commit comments