Skip to content

Commit 42efd5e

Browse files
committed
chore: bump example app to React Native 0.80.3
Enables upgrading to reanimated 4.2+ and worklets 0.7+ for Nitro auto-box support.
1 parent 771b5ac commit 42efd5e

4 files changed

Lines changed: 346 additions & 121 deletions

File tree

example/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
compileSdkVersion = 35
66
targetSdkVersion = 35
77
ndkVersion = "27.1.12297006"
8-
kotlinVersion = "2.0.21"
8+
kotlinVersion = "2.1.20"
99
}
1010
repositories {
1111
google()
@@ -15,7 +15,7 @@ buildscript {
1515
classpath("com.android.tools.build:gradle")
1616
classpath("com.facebook.react:react-native-gradle-plugin")
1717
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin")
18-
classpath("org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.21")
18+
1919
}
2020
}
2121

example/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

example/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"@react-native-picker/picker": "^2.11.4",
1919
"@react-navigation/native": "^7.1.9",
2020
"@react-navigation/stack": "^7.3.2",
21-
"react": "19.0.0",
22-
"react-native": "0.79.2",
21+
"react": "19.1.0",
22+
"react-native": "0.80.3",
2323
"react-native-gesture-handler": "2.29.1",
2424
"react-native-nitro-modules": "0.35.0",
2525
"react-native-reanimated": "4.1.5",
@@ -31,14 +31,14 @@
3131
"@babel/core": "^7.25.2",
3232
"@babel/preset-env": "^7.25.3",
3333
"@babel/runtime": "^7.25.0",
34-
"@react-native-community/cli": "18.0.0",
35-
"@react-native-community/cli-platform-android": "18.0.0",
36-
"@react-native-community/cli-platform-ios": "18.0.0",
34+
"@react-native-community/cli": "19.1.2",
35+
"@react-native-community/cli-platform-android": "19.1.2",
36+
"@react-native-community/cli-platform-ios": "19.1.2",
3737
"@react-native-harness/platform-android": "1.0.0",
3838
"@react-native-harness/platform-apple": "1.0.0",
39-
"@react-native/babel-preset": "0.79.2",
40-
"@react-native/metro-config": "0.79.2",
41-
"@react-native/typescript-config": "0.79.2",
39+
"@react-native/babel-preset": "0.80.3",
40+
"@react-native/metro-config": "0.80.3",
41+
"@react-native/typescript-config": "0.80.3",
4242
"@types/deep-equal": "^1.0.4",
4343
"@types/react": "^19.0.0",
4444
"babel-plugin-react-compiler": "^1.0.0",

0 commit comments

Comments
 (0)