Skip to content

Commit 18755e6

Browse files
committed
rescript 11
1 parent d6e6b9a commit 18755e6

File tree

6 files changed

+825
-1576
lines changed

6 files changed

+825
-1576
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ jobs:
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') }}

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
18

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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__`
@@ -12,7 +12,7 @@
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
{

0 commit comments

Comments
 (0)