Skip to content
Merged
14 changes: 7 additions & 7 deletions performance-tests/TestAppPlain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
},
"dependencies": {
"react": "19.2.3",
"react-native": "0.85.1"
"react-native": "0.86.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "20.1.0",
"@react-native-community/cli-platform-android": "20.1.0",
"@react-native-community/cli-platform-ios": "20.1.0",
"@react-native/babel-preset": "0.85.1",
"@react-native/metro-config": "0.85.1",
"@react-native/typescript-config": "0.85.1",
"@react-native-community/cli": "20.1.3",
"@react-native-community/cli-platform-android": "20.1.3",
"@react-native-community/cli-platform-ios": "20.1.3",
"@react-native/babel-preset": "0.86.0",
"@react-native/metro-config": "0.86.0",
"@react-native/typescript-config": "0.86.0",
"@types/jest": "^29.5.13",
"@types/react": "^19.1.1",
"@types/react-test-renderer": "^19.1.0",
Expand Down
16 changes: 8 additions & 8 deletions performance-tests/TestAppSentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@
"start": "react-native start"
},
"dependencies": {
"@react-native/new-app-screen": "0.85.1",
"@react-native/new-app-screen": "0.86.0",
"@sentry/react-native": "8.14.0",
"react": "19.2.3",
"react-native": "0.85.1"
"react-native": "0.86.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "20.1.0",
"@react-native-community/cli-platform-android": "20.1.0",
"@react-native-community/cli-platform-ios": "20.1.0",
"@react-native/babel-preset": "0.85.1",
"@react-native/metro-config": "0.85.1",
"@react-native/typescript-config": "0.85.1",
"@react-native-community/cli": "20.1.3",
"@react-native-community/cli-platform-android": "20.1.3",
"@react-native-community/cli-platform-ios": "20.1.3",
"@react-native/babel-preset": "0.86.0",
"@react-native/metro-config": "0.86.0",
"@react-native/typescript-config": "0.86.0",
"@types/jest": "^29.5.13",
"@types/react": "^19.1.1",
"@types/react-test-renderer": "^19.1.0",
Expand Down
2 changes: 1 addition & 1 deletion performance-tests/metrics-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ startupTimeTest:

binarySizeTest:
diffMin: 600 KiB
diffMax: 1590 KiB
diffMax: 1600 KiB

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needed to bump this by 10kb

BinarySizeTest > app size() FAILED
    java.lang.AssertionError: 1636525 should be < 1628160
        at BinarySizeTest.app size(BinarySizeTest.kt:37)

2 changes: 1 addition & 1 deletion samples/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"expo-web-browser": "~56.0.5",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-native": "0.85.3",
"react-native": "0.86.0",
"react-native-gesture-handler": "~2.31.2",
"react-native-safe-area-context": "~5.8.0",
"react-native-screens": "~4.25.2",
Expand Down
24 changes: 12 additions & 12 deletions samples/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@react-native-vector-icons/ionicons": "^12.3.0",
"@react-native/new-app-screen": "0.85.1",
"@react-native/new-app-screen": "0.86.0",
"@react-navigation/bottom-tabs": "^7.4.5",
"@react-navigation/native": "^7.1.17",
"@react-navigation/native-stack": "^7.3.24",
Expand All @@ -53,31 +53,31 @@
"@shopify/flash-list": "^2.0.2",
"delay": "^6.0.0",
"react": "19.2.3",
"react-native": "0.85.1",
"react-native": "0.86.0",
"react-native-build-config": "^0.3.2",
"react-native-gesture-handler": "^2.28.0",
"react-native-gesture-handler": "^3.0.1",
"react-native-image-picker": "^8.2.1",
"react-native-launch-arguments": "^4.1.1",
"react-native-reanimated": "4.3.0",
"react-native-reanimated": "4.4.1",
"react-native-safe-area-context": "^5.5.2",
"react-native-screens": "^4.13.1",
"react-native-svg": "^15.15.4",
"react-native-webview": "^13.15.0",
"react-native-worklets": "0.8.1",
"react-native-worklets": "0.9.2",
"react-redux": "^9.2.0",
"setimmediate": "^1.0.5"
},
"devDependencies": {
"@babel/core": "^7.26.7",
"@babel/preset-env": "^7.26.7",
"@babel/runtime": "^7.26.7",
"@react-native-community/cli": "20.1.0",
"@react-native-community/cli-platform-android": "20.1.0",
"@react-native-community/cli-platform-ios": "20.1.0",
"@react-native/babel-preset": "0.85.1",
"@react-native/jest-preset": "0.85.1",
"@react-native/metro-config": "0.85.1",
"@react-native/typescript-config": "0.85.1",
"@react-native-community/cli": "20.1.3",
"@react-native-community/cli-platform-android": "20.1.3",
"@react-native-community/cli-platform-ios": "20.1.3",
"@react-native/babel-preset": "0.86.0",
"@react-native/jest-preset": "0.86.0",
"@react-native/metro-config": "0.86.0",
"@react-native/typescript-config": "0.86.0",
"@sentry/babel-plugin-component-annotate": "5.3.0",
"@testing-library/react-native": "^13.2.2",
"@types/jest": "^29.5.14",
Expand Down
Loading
Loading