Skip to content

Commit 30f067e

Browse files
chore: added missing flag
1 parent 6dc9921 commit 30f067e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"private": true,
77
"scripts": {
88
"eas-build-pre-install": "cd .. && yarn",
9-
"start": "EXPO_NO_TYPESCRIPT_SETUP=1 expo start",
9+
"start": "EXPO_NO_TYPESCRIPT_SETUP=1 expo start --go",
1010
"android": "EXPO_NO_TYPESCRIPT_SETUP=1 expo start --android",
1111
"android:native": "EXPO_NO_TYPESCRIPT_SETUP=1 expo run:android",
1212
"ios:native": "EXPO_NO_TYPESCRIPT_SETUP=1 expo run:ios",

0 commit comments

Comments
 (0)