ios-simulator: change default iphone version (#21148)

Summary:
this is just a suggestion, but as the iPhone 6 is discontinued by Apple
and the new iPhone line will match the X version, it could be good to update the default simulator.

it could also be the iPhone 8, feel free to suggest other changes!

Thank you for sending the PR! We appreciate you spending the time to work on these changes.
Help us understand your motivation by explaining why you decided to make this change.

If this PR fixes an issue, type "Fixes #issueNumber" to automatically close the issue when the PR is merged.
Pull Request resolved: https://github.com/facebook/react-native/pull/21148

Differential Revision: D9928120

Pulled By: hramos

fbshipit-source-id: 005faa3a8e00b67f98a778c92ecc01b064e14199
This commit is contained in:
Vitor Capretz 2018-09-18 20:31:35 -07:00 committed by Facebook Github Bot
parent 9fca769e76
commit 6d09df5b72
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ module.exports = {
{
command: '--simulator [string]',
description: 'Explicitly set simulator to use',
default: 'iPhone 6',
default: 'iPhone X',
},
{
command: '--configuration [string]',