Merge branch 'Chore/Update-run-script-for-which-iPhone-simulator' into 'main'

Chore: Update run script for which iPhone simulator

See merge request bloodyhealth/drip!680
This commit is contained in:
bl00dymarie
2024-04-08 10:47:54 +00:00
+2 -2
View File
@@ -12,8 +12,8 @@
"scripts": { "scripts": {
"start": "react-native start", "start": "react-native start",
"android": "react-native run-android", "android": "react-native run-android",
"ios": "react-native run-ios --simulator=\"iPhone 15\"", "ios": "react-native run-ios --simulator=\"iPhone 8 Plus\"",
"iosSE": "react-native run-ios --simulator=\"iPhone SE (2nd generation)\"", "ios15": "react-native run-ios --simulator=\"iPhone 15 Plus\"",
"log": "react-native log-android", "log": "react-native log-android",
"test": "jest test && yarn lint", "test": "jest test && yarn lint",
"test-watch": "jest --watch test", "test-watch": "jest --watch test",