Skip to content

Commit

Permalink
TW-1520 Update simulator version for 'ios' script
Browse files Browse the repository at this point in the history
  • Loading branch information
keshan3262 committed Sep 30, 2024
1 parent 0d60833 commit 4431bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"android:release:aab": "cd android && ./gradlew bundleRelease",
"android:release:apk": "cd android && ./gradlew app:assembleRelease",
"android:test-flight": "cd android && bundle exec fastlane alpha",
"ios": "react-native run-ios --simulator \"iPhone 15 Pro\"",
"ios": "react-native run-ios --simulator \"iPhone 16 Pro\"",
"ios:pods": "cd ios && pod install",
"ios:test-flight": "cd ios && bundle exec fastlane beta",
"start": "react-native start",
Expand Down

0 comments on commit 4431bae

Please sign in to comment.