Skip to content

Commit

Permalink
[LOCAL] enforce iPhone 14 simulator on run ios E2E script
Browse files Browse the repository at this point in the history
  • Loading branch information
kelset committed Mar 8, 2023
1 parent 291cc0a commit be199f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-e2e-local.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ if (argv.target === 'RNTester') {

// launch the app on iOS simulator
pushd('packages/rn-tester');
exec('npx react-native run-ios --scheme RNTester');
exec('npx react-native run-ios --scheme RNTester --simulator "iPhone 14"');
popd();
} else {
// we do the android path here
Expand Down

0 comments on commit be199f8

Please sign in to comment.