From 7353ebcc20d65ac079e289506a487646f3e79684 Mon Sep 17 00:00:00 2001 From: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Date: Mon, 8 Sep 2025 11:35:27 +0200 Subject: [PATCH] fix(visionos): declare support for 0.79 --- package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 24738c61a..2e755f3a4 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "uuid": "^11.0.0" }, "peerDependencies": { - "@callstack/react-native-visionos": "0.73 - 0.78", + "@callstack/react-native-visionos": "0.73 - 0.79", "@expo/config-plugins": ">=5.0", "react": "18.1 - 19.1", "react-native": "0.70 - 0.81 || >=0.82.0-0 <0.82.0", diff --git a/yarn.lock b/yarn.lock index 70c57d912..b95339629 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12455,7 +12455,7 @@ __metadata: typescript: "npm:^5.0.0" uuid: "npm:^11.0.0" peerDependencies: - "@callstack/react-native-visionos": 0.73 - 0.78 + "@callstack/react-native-visionos": 0.73 - 0.79 "@expo/config-plugins": ">=5.0" react: 18.1 - 19.1 react-native: 0.70 - 0.81 || >=0.82.0-0 <0.82.0