Skip to content

Commit 9918d3d

Browse files
vadymv-mendixYogendraShelke
authored andcommitted
chore: react native 0.78 and react 19 compatibility
1 parent dbac52b commit 9918d3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mendix-native",
3-
"version": "0.1.3",
3+
"version": "0.2.0",
44
"description": "Mendix native mobile package",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",
@@ -72,15 +72,15 @@
7272
"@react-native/eslint-config": "0.78.2",
7373
"@release-it/conventional-changelog": "^9.0.2",
7474
"@types/jest": "^29.5.5",
75-
"@types/react": "~18.0.0",
75+
"@types/react": "~19.0.12",
7676
"commitlint": "^19.6.1",
7777
"del-cli": "^5.1.0",
7878
"eslint": "^9.22.0",
7979
"eslint-config-prettier": "^10.1.1",
8080
"eslint-plugin-prettier": "^5.2.3",
8181
"jest": "^29.7.0",
8282
"prettier": "^3.0.3",
83-
"react": "18.2.0",
83+
"react": "19.0.0",
8484
"react-native": "0.78.2",
8585
"react-native-builder-bob": "^0.40.13",
8686
"react-native-gesture-handler": "2.25.0",

0 commit comments

Comments
 (0)