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 66 tests :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v2
10- - uses : actions/setup-node@v2
9+ - uses : actions/checkout@v4
10+ - uses : actions/setup-node@v4
1111 with :
1212 node-version-file : " .node-version"
1313
14- - uses : actions/cache@v2
14+ - uses : actions/cache@v4
1515 with :
1616 path : ~/.npm
1717 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 33- ⚠️ ** Don't fork this repository.** Use the "Use this template" green GitHub
44 button.
55- 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),
77- Update all occurences of
88
99 - ` @rescript-react-native/__template__ `
1212 - ` react-native-XXXXXXXXXX `
1313 - ` https://github.com/OWNER/react-native-XXXXXXXXXX `
1414 - ` 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`
1616 and adding a ` "namespace": "react-native-something" ` (note that it will be
1717 converted to ` ReactNativeXxxxxxxxxx ` )
1818
@@ -51,7 +51,7 @@ yarn add @rescript-react-native/__template__
5151```
5252
5353` @rescript-react-native/__template__ ` should be added to ` bs-dependencies ` in your
54- ` bsconfig .json` :
54+ ` rescript .json` :
5555
5656``` diff
5757{
You can’t perform that action at this time.
0 commit comments