Skip to content

Commit 8f13556

Browse files
m-bertj-piasecki
authored andcommitted
Make dev client default when starting expo-example (#3615)
## Description Currently when we start `expo-example` it uses expo go by default. This PR changes it do use `dev client` instead ## Test plan Run `expo-example`
1 parent 198aed0 commit 8f13556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/expo-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "index.ts",
55
"scripts": {
66
"postinstall": "npx expo prebuild",
7-
"start": "expo start",
7+
"start": "expo start --dev-client",
88
"android": "expo run:android",
99
"ios": "expo run:ios",
1010
"web": "expo start --web",

0 commit comments

Comments
 (0)