Skip to content

Commit dbac52b

Browse files
vadymv-mendixYogendraShelke
authored andcommitted
chore: react native 0.78 compatibility
1 parent 3f2dd63 commit dbac52b

File tree

5 files changed

+955
-10
lines changed

5 files changed

+955
-10
lines changed

.yarn/releases/yarn-4.12.0.cjs

Lines changed: 942 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
nmHoistingLimits: workspaces
2+
13
nodeLinker: node-modules
2-
nmHoistingLimits: workspaces
4+
5+
yarnPath: .yarn/releases/yarn-4.12.0.cjs

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
}
1010

1111
dependencies {
12-
classpath "com.android.tools.build:gradle:8.7.2"
12+
classpath "com.android.tools.build:gradle:8.8.2"
1313
// noinspection DifferentKotlinGradleVersion
1414
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${getExtOrDefault('kotlinVersion')}"
1515
}
@@ -88,7 +88,7 @@ dependencies {
8888
kapt 'com.github.bumptech.glide:compiler:4.12.0'
8989

9090

91-
api "com.facebook.react:react-android:0.77.3"
91+
api "com.facebook.react:react-android:0.78.2"
9292
api project(':op-engineering_op-sqlite')
9393
api project(':react-native-async-storage_async-storage')
9494
api project(':react-native-gesture-handler')

android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MendixNative_kotlinVersion=2.0.21
22
MendixNative_minSdkVersion=24
3-
MendixNative_targetSdkVersion=34
3+
MendixNative_targetSdkVersion=35
44
MendixNative_compileSdkVersion=35
55
MendixNative_ndkVersion=27.1.12297006

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@
6767
"@evilmartians/lefthook": "^1.5.0",
6868
"@op-engineering/op-sqlite": "15.0.7",
6969
"@react-native-async-storage/async-storage": "2.1.1",
70-
"@react-native-community/cli": "16.0.2",
71-
"@react-native/babel-preset": "0.77.3",
72-
"@react-native/eslint-config": "0.77.3",
70+
"@react-native-community/cli": "18.0.1",
71+
"@react-native/babel-preset": "0.78.2",
72+
"@react-native/eslint-config": "0.78.2",
7373
"@release-it/conventional-changelog": "^9.0.2",
7474
"@types/jest": "^29.5.5",
7575
"@types/react": "~18.0.0",
@@ -81,9 +81,9 @@
8181
"jest": "^29.7.0",
8282
"prettier": "^3.0.3",
8383
"react": "18.2.0",
84-
"react-native": "0.77.3",
84+
"react-native": "0.78.2",
8585
"react-native-builder-bob": "^0.40.13",
86-
"react-native-gesture-handler": "2.23.1",
86+
"react-native-gesture-handler": "2.25.0",
8787
"release-it": "^17.10.0",
8888
"turbo": "^1.10.7",
8989
"typescript": "^5.8.3"
@@ -98,7 +98,7 @@
9898
"workspaces": [
9999
"example"
100100
],
101-
"packageManager": "yarn@3.6.1",
101+
"packageManager": "yarn@4.12.0",
102102
"jest": {
103103
"preset": "react-native",
104104
"modulePathIgnorePatterns": [

0 commit comments

Comments
 (0)