File tree Expand file tree Collapse file tree 6 files changed +825
-1576
lines changed Expand file tree Collapse file tree 6 files changed +825
-1576
lines changed Original file line number Diff line number Diff line change 6
6
tests :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v2
10
- - uses : actions/setup-node@v2
9
+ - uses : actions/checkout@v4
10
+ - uses : actions/setup-node@v4
11
11
with :
12
12
node-version-file : " .node-version"
13
13
14
- - uses : actions/cache@v2
14
+ - uses : actions/cache@v4
15
15
with :
16
16
path : ~/.npm
17
17
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 1
- 16
1
+ 18
Original file line number Diff line number Diff line change 3
3
- ⚠️ ** Don't fork this repository.** Use the "Use this template" green GitHub
4
4
button.
5
5
- Put your bindings in ` src/ReactNativeXxxxxxxxxx ` & rename accordingly or use
6
- ` bsconfig .json` ` "namespace" ` field (more on this below),
6
+ ` rescript .json` ` "namespace" ` field (more on this below),
7
7
- Update all occurences of
8
8
9
9
- ` @rescript-react-native/__template__ `
12
12
- ` react-native-XXXXXXXXXX `
13
13
- ` https://github.com/OWNER/react-native-XXXXXXXXXX `
14
14
- ` ReactNativeXxxxxxxxxx ` . If you have more than a file exposed, you should
15
- consider using ReScript custom namespace by adjusting ` bsconfig .json`
15
+ consider using ReScript custom namespace by adjusting ` rescript .json`
16
16
and adding a ` "namespace": "react-native-something" ` (note that it will be
17
17
converted to ` ReactNativeXxxxxxxxxx ` )
18
18
@@ -51,7 +51,7 @@ yarn add @rescript-react-native/__template__
51
51
```
52
52
53
53
` @rescript-react-native/__template__ ` should be added to ` bs-dependencies ` in your
54
- ` bsconfig .json` :
54
+ ` rescript .json` :
55
55
56
56
``` diff
57
57
{
You can’t perform that action at this time.
0 commit comments