From aed3aa15f420c29e9adf2075a5c0afefb18610fd Mon Sep 17 00:00:00 2001 From: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Date: Tue, 29 Apr 2025 13:21:53 +0200 Subject: [PATCH] fix: allow React 19.1 to be used with upcoming 0.80 --- package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f21673aa3..ed30b598b 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "peerDependencies": { "@callstack/react-native-visionos": "0.73 - 0.78", "@expo/config-plugins": ">=5.0", - "react": "18.1 - 19.0", + "react": "18.1 - 19.1", "react-native": "0.70 - 0.79 || >=0.80.0-0 <0.80.0", "react-native-macos": "^0.0.0-0 || 0.71 - 0.78", "react-native-windows": "^0.0.0-0 || 0.70 - 0.78" diff --git a/yarn.lock b/yarn.lock index e94d201e2..c7c6f10af 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12217,7 +12217,7 @@ __metadata: peerDependencies: "@callstack/react-native-visionos": 0.73 - 0.78 "@expo/config-plugins": ">=5.0" - react: 18.1 - 19.0 + react: 18.1 - 19.1 react-native: 0.70 - 0.79 || >=0.80.0-0 <0.80.0 react-native-macos: ^0.0.0-0 || 0.71 - 0.78 react-native-windows: ^0.0.0-0 || 0.70 - 0.78