Skip to content

Commit c3a1ebb

Browse files
authored
feat: upgrade to rescript 10 (#9)
upgrade to rescript 10, @rescript/react 11 and jsx 4
1 parent 019b336 commit c3a1ebb

5 files changed

+5079
-7764
lines changed

.node-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
18

bsconfig.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"name": "@rescript-react-native/safe-area-context",
3-
"reason": { "react-jsx": 3 },
3+
"jsx": {
4+
"version": 4
5+
},
46
"package-specs": {
57
"module": "commonjs",
68
"in-source": true

0 commit comments

Comments
 (0)