Skip to content

Commit 3ef5f34

Browse files
authored
chore: Upgrade React Native to 0.85.3 and React to 19.2.6 (#3938)
* chore: Upgrade React Native to 0.85.3 * chore: Upgrade React to 19.2.6 * fix: Align React with React Native renderer
1 parent 81c4c7c commit 3ef5f34

12 files changed

Lines changed: 624 additions & 974 deletions

File tree

apps/simple-camera/ios/Podfile.lock

Lines changed: 358 additions & 352 deletions
Large diffs are not rendered by default.

apps/simple-camera/package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@shopify/react-native-skia": "2.6.4",
2424
"@types/jest": "^30.0.0",
2525
"react": "19.2.3",
26-
"react-native": "0.84.0",
26+
"react-native": "0.85.3",
2727
"react-native-gesture-handler": "^2.30.0",
2828
"react-native-nitro-image": "0.15.0",
2929
"react-native-nitro-modules": "0.35.9",
@@ -44,17 +44,18 @@
4444
"@babel/core": "^7.25.2",
4545
"@babel/preset-env": "^7.25.3",
4646
"@babel/runtime": "^7.25.0",
47-
"@react-native-community/cli": "20.1.2",
48-
"@react-native-community/cli-platform-android": "20.1.2",
49-
"@react-native-community/cli-platform-ios": "20.1.2",
47+
"@react-native-community/cli": "20.1.3",
48+
"@react-native-community/cli-platform-android": "20.1.3",
49+
"@react-native-community/cli-platform-ios": "20.1.3",
5050
"@react-native-harness/platform-android": "1.3.0",
5151
"@react-native-harness/platform-apple": "1.3.0",
52-
"@react-native/babel-preset": "0.84.0",
53-
"@react-native/metro-config": "0.84.0",
54-
"@react-native/typescript-config": "0.84.0",
55-
"@types/react": "19.2.14",
52+
"@react-native/babel-preset": "0.85.3",
53+
"@react-native/metro-config": "0.85.3",
54+
"@react-native/typescript-config": "0.85.3",
55+
"@types/react": "19.2.15",
5656
"react-native-harness": "1.3.0",
57-
"typescript": "5.9.3"
57+
"typescript": "5.9.3",
58+
"yargs": "17.7.2"
5859
},
5960
"engines": {
6061
"node": ">=20"

bun.lock

Lines changed: 242 additions & 599 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@tailwindcss/postcss": "4.2.1",
4141
"@types/mdx": "^2.0.13",
4242
"@types/node": "25.9.1",
43-
"@types/react": "19.2.14",
43+
"@types/react": "19.2.15",
4444
"@types/react-dom": "19.2.3",
4545
"postcss": "^8.5.6",
4646
"tailwindcss": "4.2.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
}
127127
},
128128
"patchedDependencies": {
129-
"react-native@0.84.0": "patches/react-native@0.84.0.patch"
129+
"react-native@0.85.3": "patches/react-native@0.85.3.patch"
130130
},
131131
"version": "5.0.11"
132132
}

packages/react-native-vision-camera-barcode-scanner/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@
6565
"registry": "https://registry.npmjs.org/"
6666
},
6767
"devDependencies": {
68-
"@types/react": "19.2.14",
68+
"@types/react": "19.2.15",
6969
"nitrogen": "0.35.9",
7070
"react": "19.2.3",
71-
"react-native": "0.84.0",
71+
"react-native": "0.85.3",
7272
"react-native-nitro-modules": "0.35.9",
7373
"react-native-vision-camera": "*",
7474
"typescript": "5.9.3"

packages/react-native-vision-camera-location/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@
6464
"registry": "https://registry.npmjs.org/"
6565
},
6666
"devDependencies": {
67-
"@types/react": "19.2.14",
67+
"@types/react": "19.2.15",
6868
"nitrogen": "0.35.9",
6969
"react": "19.2.3",
70-
"react-native": "0.84.0",
70+
"react-native": "0.85.3",
7171
"react-native-nitro-modules": "0.35.9",
7272
"react-native-vision-camera": "*",
7373
"typescript": "5.9.3"

packages/react-native-vision-camera-resizer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@
6969
"registry": "https://registry.npmjs.org/"
7070
},
7171
"devDependencies": {
72-
"@types/react": "19.2.14",
72+
"@types/react": "19.2.15",
7373
"nitrogen": "0.35.9",
7474
"react": "19.2.3",
75-
"react-native": "0.84.0",
75+
"react-native": "0.85.3",
7676
"react-native-nitro-modules": "0.35.9",
7777
"react-native-vision-camera": "*",
7878
"typescript": "5.9.3"

packages/react-native-vision-camera-skia/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
},
5454
"devDependencies": {
5555
"@shopify/react-native-skia": "2.6.4",
56-
"@types/react": "19.2.14",
56+
"@types/react": "19.2.15",
5757
"react": "19.2.3",
58-
"react-native": "0.84.0",
58+
"react-native": "0.85.3",
5959
"react-native-nitro-modules": "0.35.9",
6060
"react-native-reanimated": "4.3.0",
6161
"react-native-worklets": "0.8.1",

packages/react-native-vision-camera-worklets/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@
6565
"registry": "https://registry.npmjs.org/"
6666
},
6767
"devDependencies": {
68-
"@types/react": "19.2.14",
68+
"@types/react": "19.2.15",
6969
"nitrogen": "0.35.9",
7070
"react": "19.2.3",
71-
"react-native": "0.84.0",
71+
"react-native": "0.85.3",
7272
"react-native-nitro-modules": "0.35.9",
7373
"react-native-worklets": "0.8.1",
7474
"react-native-vision-camera": "*",

0 commit comments

Comments
 (0)