Skip to content

Commit 76998ce

Browse files
committed
fix: set correct react-native path for template
1 parent de70710 commit 76998ce

File tree

1 file changed

+1
-1
lines changed
  • packages/react-native/template/visionos/HelloWorld.xcodeproj

1 file changed

+1
-1
lines changed

packages/react-native/template/visionos/HelloWorld.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
);
258258
runOnlyForDeploymentPostprocessing = 0;
259259
shellPath = /bin/sh;
260-
shellScript = "set -e\n\nWITH_ENVIRONMENT=\"../node_modules/react-native/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"../node_modules/react-native/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\n";
260+
shellScript = "set -e\n\nWITH_ENVIRONMENT=\"../node_modules/@callstack/react-native-visionos/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"../node_modules/@callstack/react-native-visionos/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\n";
261261
};
262262
00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */ = {
263263
isa = PBXShellScriptBuildPhase;

0 commit comments

Comments
 (0)