From ba8f97a5a7c0d5bac17241843f936a7d40d76e10 Mon Sep 17 00:00:00 2001 From: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Date: Thu, 8 Jan 2026 11:21:07 +0100 Subject: [PATCH] fix: declare support for 0.84 --- packages/app/package.json | 2 +- packages/app/scripts/testing/test-e2e.mts | 2 +- yarn.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/app/package.json b/packages/app/package.json index 0a814c7c5..2ec3901c1 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -99,7 +99,7 @@ "@callstack/react-native-visionos": "0.76 - 0.79", "@expo/config-plugins": ">=5.0", "react": "18.2 - 19.2", - "react-native": "0.76 - 0.83 || >=0.83.0-0 <0.84.0", + "react-native": "0.76 - 0.84 || >=0.84.0-0 <0.85.0", "react-native-macos": "^0.0.0-0 || 0.76 - 0.81", "react-native-windows": "^0.0.0-0 || 0.76 - 0.81" }, diff --git a/packages/app/scripts/testing/test-e2e.mts b/packages/app/scripts/testing/test-e2e.mts index 0645a66e0..dd15a6c8d 100644 --- a/packages/app/scripts/testing/test-e2e.mts +++ b/packages/app/scripts/testing/test-e2e.mts @@ -12,7 +12,7 @@ import { isMain } from "../helpers.js"; export function $(command: string, ...args: string[]) { const { status } = spawnSync(command, args, { stdio: "inherit", - shell: process.platform === "win32", + shell: true, // Yarn won't be able to find commands otherwise }); if (status !== 0) { throw new Error( diff --git a/yarn.lock b/yarn.lock index 6b951c858..934f07ac8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12372,7 +12372,7 @@ __metadata: "@callstack/react-native-visionos": 0.76 - 0.79 "@expo/config-plugins": ">=5.0" react: 18.2 - 19.2 - react-native: 0.76 - 0.83 || >=0.83.0-0 <0.84.0 + react-native: 0.76 - 0.84 || >=0.84.0-0 <0.85.0 react-native-macos: ^0.0.0-0 || 0.76 - 0.81 react-native-windows: ^0.0.0-0 || 0.76 - 0.81 peerDependenciesMeta: