From 06fab6d2ca82d1cda2cddc3ca2a1480aed6d3602 Mon Sep 17 00:00:00 2001 From: bl00dymarie Date: Mon, 8 Apr 2024 12:39:36 +0200 Subject: [PATCH] Chore: Update run script for which iPhone simulator --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2e688ca..dac8a5a 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,8 @@ "scripts": { "start": "react-native start", "android": "react-native run-android", - "ios": "react-native run-ios --simulator=\"iPhone 15\"", - "iosSE": "react-native run-ios --simulator=\"iPhone SE (2nd generation)\"", + "ios": "react-native run-ios --simulator=\"iPhone 8 Plus\"", + "ios15": "react-native run-ios --simulator=\"iPhone 15 Plus\"", "log": "react-native log-android", "test": "jest test && yarn lint", "test-watch": "jest --watch test",