Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/app/scripts/testing/test-e2e.mts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading