Skip to content

Commit 6b1c7a6

Browse files
authored
fix: allow React 19.1 to be used with upcoming 0.80 (#2458)
1 parent 17d3d13 commit 6b1c7a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"peerDependencies": {
101101
"@callstack/react-native-visionos": "0.73 - 0.78",
102102
"@expo/config-plugins": ">=5.0",
103-
"react": "18.1 - 19.0",
103+
"react": "18.1 - 19.1",
104104
"react-native": "0.70 - 0.79 || >=0.80.0-0 <0.80.0",
105105
"react-native-macos": "^0.0.0-0 || 0.71 - 0.78",
106106
"react-native-windows": "^0.0.0-0 || 0.70 - 0.78"

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12217,7 +12217,7 @@ __metadata:
1221712217
peerDependencies:
1221812218
"@callstack/react-native-visionos": 0.73 - 0.78
1221912219
"@expo/config-plugins": ">=5.0"
12220-
react: 18.1 - 19.0
12220+
react: 18.1 - 19.1
1222112221
react-native: 0.70 - 0.79 || >=0.80.0-0 <0.80.0
1222212222
react-native-macos: ^0.0.0-0 || 0.71 - 0.78
1222312223
react-native-windows: ^0.0.0-0 || 0.70 - 0.78

0 commit comments

Comments
 (0)