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 6dc9921 commit 30f067eCopy full SHA for 30f067e
example/package.json
@@ -6,7 +6,7 @@
6
"private": true,
7
"scripts": {
8
"eas-build-pre-install": "cd .. && yarn",
9
- "start": "EXPO_NO_TYPESCRIPT_SETUP=1 expo start",
+ "start": "EXPO_NO_TYPESCRIPT_SETUP=1 expo start --go",
10
"android": "EXPO_NO_TYPESCRIPT_SETUP=1 expo start --android",
11
"android:native": "EXPO_NO_TYPESCRIPT_SETUP=1 expo run:android",
12
"ios:native": "EXPO_NO_TYPESCRIPT_SETUP=1 expo run:ios",
0 commit comments