Skip to content

Commit ba8f97a

Browse files
committed
fix: declare support for 0.84
1 parent 648960e commit ba8f97a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"@callstack/react-native-visionos": "0.76 - 0.79",
100100
"@expo/config-plugins": ">=5.0",
101101
"react": "18.2 - 19.2",
102-
"react-native": "0.76 - 0.83 || >=0.83.0-0 <0.84.0",
102+
"react-native": "0.76 - 0.84 || >=0.84.0-0 <0.85.0",
103103
"react-native-macos": "^0.0.0-0 || 0.76 - 0.81",
104104
"react-native-windows": "^0.0.0-0 || 0.76 - 0.81"
105105
},

packages/app/scripts/testing/test-e2e.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { isMain } from "../helpers.js";
1212
export function $(command: string, ...args: string[]) {
1313
const { status } = spawnSync(command, args, {
1414
stdio: "inherit",
15-
shell: process.platform === "win32",
15+
shell: true, // Yarn won't be able to find commands otherwise
1616
});
1717
if (status !== 0) {
1818
throw new Error(

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12372,7 +12372,7 @@ __metadata:
1237212372
"@callstack/react-native-visionos": 0.76 - 0.79
1237312373
"@expo/config-plugins": ">=5.0"
1237412374
react: 18.2 - 19.2
12375-
react-native: 0.76 - 0.83 || >=0.83.0-0 <0.84.0
12375+
react-native: 0.76 - 0.84 || >=0.84.0-0 <0.85.0
1237612376
react-native-macos: ^0.0.0-0 || 0.76 - 0.81
1237712377
react-native-windows: ^0.0.0-0 || 0.76 - 0.81
1237812378
peerDependenciesMeta:

0 commit comments

Comments
 (0)