Skip to content

Commit ad49b91

Browse files
authored
chore(visionos): reintroduce no-packager for visionos (#1936)
* chore (visionos): reintroduce no-packager for visionos * bump visionos to 73.8 for the fix
1 parent 7a85942 commit ad49b91

File tree

3 files changed

+238
-238
lines changed

3 files changed

+238
-238
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"macos": "react-native run-macos --no-packager --scheme Example",
1616
"set-react-version": "yarn workspace react-native-test-app set-react-version",
1717
"start": "react-native start",
18-
"visionos": "react-native run-visionos",
18+
"visionos": "react-native run-visionos --no-packager",
1919
"windows": "react-native run-windows --no-packager"
2020
},
2121
"dependencies": {

0 commit comments

Comments
 (0)