diff --git a/package.json b/package.json index 5878c61..646b137 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 8 Plus\"", - "ios14": "react-native run-ios --simulator=\"iPhone 14 Plus\"", + "ios": "react-native run-ios --simulator=\"iPhone 15\"", + "iosSE": "react-native run-ios --simulator=\"iPhone SE (2nd generation)\"", "log": "react-native log-android", "test": "jest test && yarn lint", "test-watch": "jest --watch test",