Skip to content

Commit c584857

Browse files
antonisclaude
andcommitted
chore(ci): Upgrade performance test apps to React Native 0.85.1
Closes #4426 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8929511 commit c584857

11 files changed

Lines changed: 63 additions & 576 deletions

File tree

performance-tests/TestAppPlain/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ gem 'bigdecimal'
1414
gem 'logger'
1515
gem 'benchmark'
1616
gem 'mutex_m'
17+
gem 'nkf'

performance-tests/TestAppPlain/android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
buildscript {
22
ext {
3-
buildToolsVersion = "35.0.0"
3+
buildToolsVersion = "36.0.0"
44
minSdkVersion = 24
5-
compileSdkVersion = 35
6-
targetSdkVersion = 35
5+
compileSdkVersion = 36
6+
targetSdkVersion = 36
77
ndkVersion = "27.1.12297006"
88
kotlinVersion = "2.1.20"
99
}

performance-tests/TestAppPlain/android/gradle.properties

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,8 @@ newArchEnabled=false
3737
# Use this property to enable or disable the Hermes JS engine.
3838
# If set to false, you will be using JSC instead.
3939
hermesEnabled=true
40+
41+
# Use this property to enable edge-to-edge display support.
42+
# This allows your app to draw behind system bars for an immersive UI.
43+
# Note: Only works with ReactActivity and should not be used with custom Activity.
44+
edgeToEdgeEnabled=false

performance-tests/TestAppPlain/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.14.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

performance-tests/TestAppPlain/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,24 @@
88
"start": "react-native start"
99
},
1010
"dependencies": {
11-
"react": "19.1.0",
12-
"react-native": "0.80.2"
11+
"react": "19.2.3",
12+
"react-native": "0.85.1"
1313
},
1414
"devDependencies": {
1515
"@babel/core": "^7.25.2",
1616
"@babel/preset-env": "^7.25.3",
1717
"@babel/runtime": "^7.25.0",
18-
"@react-native-community/cli": "19.1.2",
19-
"@react-native-community/cli-platform-android": "19.1.1",
20-
"@react-native-community/cli-platform-ios": "19.1.1",
21-
"@react-native/babel-preset": "0.80.2",
22-
"@react-native/metro-config": "0.80.2",
23-
"@react-native/typescript-config": "0.80.2",
18+
"@react-native-community/cli": "20.1.0",
19+
"@react-native-community/cli-platform-android": "20.1.0",
20+
"@react-native-community/cli-platform-ios": "20.1.0",
21+
"@react-native/babel-preset": "0.85.1",
22+
"@react-native/metro-config": "0.85.1",
23+
"@react-native/typescript-config": "0.85.1",
2424
"@types/jest": "^29.5.13",
25-
"@types/react": "^19.1.0",
25+
"@types/react": "^19.1.1",
2626
"@types/react-test-renderer": "^19.1.0",
2727
"jest": "^29.6.3",
28-
"react-test-renderer": "19.1.0",
28+
"react-test-renderer": "19.2.3",
2929
"typescript": "5.0.4"
3030
},
3131
"engines": {

performance-tests/TestAppSentry/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ gem 'bigdecimal'
1414
gem 'logger'
1515
gem 'benchmark'
1616
gem 'mutex_m'
17+
gem 'nkf'

performance-tests/TestAppSentry/android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
buildscript {
22
ext {
3-
buildToolsVersion = "35.0.0"
3+
buildToolsVersion = "36.0.0"
44
minSdkVersion = 24
5-
compileSdkVersion = 35
6-
targetSdkVersion = 35
5+
compileSdkVersion = 36
6+
targetSdkVersion = 36
77
ndkVersion = "27.1.12297006"
88
kotlinVersion = "2.1.20"
99
}

performance-tests/TestAppSentry/android/gradle.properties

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,8 @@ newArchEnabled=false
3737
# Use this property to enable or disable the Hermes JS engine.
3838
# If set to false, you will be using JSC instead.
3939
hermesEnabled=true
40+
41+
# Use this property to enable edge-to-edge display support.
42+
# This allows your app to draw behind system bars for an immersive UI.
43+
# Note: Only works with ReactActivity and should not be used with custom Activity.
44+
edgeToEdgeEnabled=false

performance-tests/TestAppSentry/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.14.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

performance-tests/TestAppSentry/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,26 @@
88
"start": "react-native start"
99
},
1010
"dependencies": {
11-
"@react-native/new-app-screen": "0.80.2",
11+
"@react-native/new-app-screen": "0.85.1",
1212
"@sentry/react-native": "8.10.0",
13-
"react": "19.1.0",
14-
"react-native": "0.80.2"
13+
"react": "19.2.3",
14+
"react-native": "0.85.1"
1515
},
1616
"devDependencies": {
1717
"@babel/core": "^7.25.2",
1818
"@babel/preset-env": "^7.25.3",
1919
"@babel/runtime": "^7.25.0",
20-
"@react-native-community/cli": "19.1.2",
21-
"@react-native-community/cli-platform-android": "19.1.1",
22-
"@react-native-community/cli-platform-ios": "19.1.1",
23-
"@react-native/babel-preset": "0.80.2",
24-
"@react-native/metro-config": "0.80.2",
25-
"@react-native/typescript-config": "0.80.2",
20+
"@react-native-community/cli": "20.1.0",
21+
"@react-native-community/cli-platform-android": "20.1.0",
22+
"@react-native-community/cli-platform-ios": "20.1.0",
23+
"@react-native/babel-preset": "0.85.1",
24+
"@react-native/metro-config": "0.85.1",
25+
"@react-native/typescript-config": "0.85.1",
2626
"@types/jest": "^29.5.13",
27-
"@types/react": "^19.1.0",
27+
"@types/react": "^19.1.1",
2828
"@types/react-test-renderer": "^19.1.0",
2929
"jest": "^29.6.3",
30-
"react-test-renderer": "19.1.0",
30+
"react-test-renderer": "19.2.3",
3131
"sentry-react-native-samples-utils": "workspace:^",
3232
"typescript": "5.0.4"
3333
},

0 commit comments

Comments
 (0)