diff --git a/package.json b/package.json index 770822f..78e0ffe 100644 --- a/package.json +++ b/package.json @@ -29,8 +29,8 @@ }, "scripts": { "start": "expo start", - "android": "expo start --android", - "ios": "expo start --ios", + "android": "expo run:android", + "ios": "expo run:ios", "web": "expo start --web", "typecheck": "tsc --noEmit" },