Skip to content

Commit 21e2301

Browse files
committed
chore: upgrade React Native to 0.77.3 and use up to date babel transformer for native builds
1 parent c38f0bb commit 21e2301

File tree

3 files changed

+780
-261
lines changed

3 files changed

+780
-261
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"colors": "1.4.0",
99
"react": "^18.2.0",
1010
"react-dom": "^18.2.0",
11-
"react-native": "^0.72.7"
11+
"react-native": "~0.77.3"
1212
},
1313
"license": "Apache-2.0",
1414
"copyright": "© Mendix Technology BV 2022. All rights reserved.",

packages/pluggable-widgets-tools/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"@babel/plugin-transform-react-jsx": "^7.25.9",
3232
"@babel/preset-env": "^7.26.0",
3333
"@babel/preset-react": "^7.25.9",
34+
"@react-native/babel-preset": "0.77.3",
3435
"@cfaester/enzyme-adapter-react-18": "^0.6.0",
3536
"@prettier/plugin-xml": "^1.2.0",
3637
"@rollup/plugin-alias": "^5.1.1",
@@ -49,7 +50,6 @@
4950
"@testing-library/user-event": "^14.4.3",
5051
"@types/react": "^18.2.0",
5152
"@types/react-dom": "^18.2.0",
52-
"@types/react-native": "^0.72.7",
5353
"@types/testing-library__jest-dom": "^5.14.5",
5454
"@typescript-eslint/eslint-plugin": "^5.8.1",
5555
"@typescript-eslint/parser": "^5.8.1",
@@ -82,7 +82,6 @@
8282
"jest-react-hooks-shallow": "^1.5.1",
8383
"make-dir": "^3.1.0",
8484
"mendix": "^10.21.64362",
85-
"metro-react-native-babel-preset": "^0.74.1",
8685
"mime": "^3.0.0",
8786
"node-fetch": "^2.6.1",
8887
"postcss": "^8.3.11",
@@ -117,7 +116,7 @@
117116
"async-mutex": "^0.2.4",
118117
"react": "^18.2.0",
119118
"react-dom": "^18.2.0",
120-
"react-native": "^0.72.7",
119+
"react-native": "~0.77.3",
121120
"tree-kill": "^1.2.2",
122121
"yeoman-test": "^6.2.0"
123122
},

0 commit comments

Comments
 (0)