Skip to content

Commit 0935466

Browse files
Copilottido64
andauthored
fix: react-native 0.83 requires react 19.2 (#2639)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: tido64 <4123478+tido64@users.noreply.github.com>
1 parent 1ccb8c7 commit 0935466

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"peerDependencies": {
9999
"@callstack/react-native-visionos": "0.76 - 0.79",
100100
"@expo/config-plugins": ">=5.0",
101-
"react": "18.2 - 19.1",
101+
"react": "18.2 - 19.2",
102102
"react-native": "0.76 - 0.83 || >=0.83.0-0 <0.84.0",
103103
"react-native-macos": "^0.0.0-0 || 0.76 - 0.79",
104104
"react-native-windows": "^0.0.0-0 || 0.76 - 0.80"

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12386,7 +12386,7 @@ __metadata:
1238612386
peerDependencies:
1238712387
"@callstack/react-native-visionos": 0.76 - 0.79
1238812388
"@expo/config-plugins": ">=5.0"
12389-
react: 18.2 - 19.1
12389+
react: 18.2 - 19.2
1239012390
react-native: 0.76 - 0.83 || >=0.83.0-0 <0.84.0
1239112391
react-native-macos: ^0.0.0-0 || 0.76 - 0.79
1239212392
react-native-windows: ^0.0.0-0 || 0.76 - 0.80

0 commit comments

Comments
 (0)