Skip to content

Commit d8d2cc4

Browse files
committed
fix(starter-base): remove ios default in dev script
1 parent 3769ac5 commit d8d2cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/templates/starter-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "index.js",
44
"version": "1.0.0",
55
"scripts": {
6-
"dev": "expo start -c --ios",
6+
"dev": "expo start -c",
77
"dev:web": "expo start -c --web",
88
"dev:android": "expo start -c --android",
99
"android": "expo start -c --android",

0 commit comments

Comments
 (0)