From a0ee20014901b3d15ae73c159069c64b686eea8c Mon Sep 17 00:00:00 2001 From: bl00dymarie Date: Tue, 12 Dec 2023 15:58:39 +0100 Subject: [PATCH] Add iPhone 14 simulator --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 2748eea..0afa863 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "start": "react-native start", "android": "react-native run-android", "ios": "react-native run-ios --simulator=\"iPhone 8 Plus\"", + "ios14": "react-native run-ios --simulator=\"iPhone 14 Plus\"", "log": "react-native log-android", "test": "jest test && yarn lint", "test-watch": "jest --watch test",