Skip to content

Commit 4a01651

Browse files
fix: use --host lan in npm start so Expo Go on device can connect (#8)
1 parent 449cc7d commit 4a01651

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"typescript": "~6.0.3"
2424
},
2525
"scripts": {
26-
"start": "expo start",
26+
"start": "expo start --host lan",
2727
"android": "expo start --android",
2828
"ios": "expo start --ios",
2929
"web": "expo start --web",

0 commit comments

Comments
 (0)