@@ -5,7 +5,7 @@
"private": true,
"scripts": {
"android": "react-native run-android",
- "ios": "react-native run-ios",
+ "ios": "react-native run-ios --simulator='iPhone 14 Pro'",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",