From 72d57ba211230f6b9955ae4f51f614e97c808a0a Mon Sep 17 00:00:00 2001 From: Kenneth Date: Thu, 3 Oct 2024 19:07:33 +0100 Subject: [PATCH] chore: update android/ios run scripts --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5bf5c0e..d518c04 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,8 @@ "scripts": { "start": "expo start", "reset-project": "node ./scripts/reset-project.js", - "android": "expo start --android", - "ios": "expo start --ios", + "android": "expo run:android", + "ios": "expo run:ios", "web": "expo start --web", "test": "jest --watchAll", "lint": "expo lint"