File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import { isMain } from "../helpers.js";
1212export 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 (
Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments