We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae1fb34 commit 3cfeb00Copy full SHA for 3cfeb00
.changeset/neat-pants-speak.md
@@ -0,0 +1,5 @@
1
+---
2
+'create-expo-stack': patch
3
4
+
5
+use npx expo prebuild instead of npm run expo prebuild
cli/src/utilities/printOutput.ts
@@ -185,7 +185,7 @@ export async function printOutput(
185
highlight(`${step}. cd ${projectName}`);
186
if (options.noInstall) highlight(`${++step}. ${packageManager} install`);
187
if (stylingPackage.name === 'unistyles' || stylingPackage.name === 'nativewindui') {
188
- highlight(`${++step}. ${runCommand} expo prebuild`);
+ highlight(`${++step}. npx expo prebuild`);
189
}
190
highlight(`${++step}. ${runCommand} ios`);
191
0 commit comments