Skip to content

Commit 1af818e

Browse files
authored
chore: update react-native to 0.77.0 (#4716)
1 parent c1e8538 commit 1af818e

28 files changed

+4654
-2520
lines changed

example/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ buildscript {
66
minSdkVersion = Integer.parseInt(findProperty('android.minSdkVersion') ?: '24')
77
compileSdkVersion = Integer.parseInt(findProperty('android.compileSdkVersion') ?: '35')
88
targetSdkVersion = Integer.parseInt(findProperty('android.targetSdkVersion') ?: '34')
9-
kotlinVersion = findProperty('android.kotlinVersion') ?: '1.9.24'
9+
kotlinVersion = findProperty('android.kotlinVersion') ?: '2.0.21'
1010

11-
ndkVersion = "26.1.10909125"
11+
ndkVersion = "27.1.12297006"
1212
}
1313
repositories {
1414
google()

example/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,22 @@
2323
"@react-navigation/drawer": "^7.3.9",
2424
"@react-navigation/native": "^7.1.6",
2525
"@react-navigation/stack": "^7.2.10",
26-
"expo": "^52.0.0",
27-
"expo-crypto": "~14.0.1",
28-
"expo-dev-client": "~5.0.4",
29-
"expo-font": "~13.0.1",
30-
"expo-keep-awake": "~14.0.1",
31-
"expo-splash-screen": "~0.29.13",
32-
"expo-status-bar": "~2.0.0",
33-
"expo-updates": "~0.26.9",
26+
"expo": "~52.0.46",
27+
"expo-crypto": "~14.0.2",
28+
"expo-dev-client": "~5.0.20",
29+
"expo-font": "~13.0.4",
30+
"expo-keep-awake": "~14.0.3",
31+
"expo-splash-screen": "~0.29.24",
32+
"expo-status-bar": "~2.0.1",
33+
"expo-updates": "~0.27.4",
3434
"file-loader": "^6.2.0",
3535
"react": "18.3.1",
3636
"react-dom": "18.3.1",
37-
"react-native": "0.76.3",
38-
"react-native-gesture-handler": "~2.20.2",
39-
"react-native-reanimated": "~3.16.1",
40-
"react-native-safe-area-context": "4.12.0",
41-
"react-native-screens": "~4.1.0",
37+
"react-native": "0.77.0",
38+
"react-native-gesture-handler": "~2.22.0",
39+
"react-native-reanimated": "~3.16.7",
40+
"react-native-safe-area-context": "5.1.0",
41+
"react-native-screens": "~4.8.0",
4242
"react-native-web": "~0.19.13",
4343
"typeface-roboto": "^1.1.13"
4444
},

0 commit comments

Comments
 (0)