From 6d09df5b726ac951417b87a49bc345ebc9142951 Mon Sep 17 00:00:00 2001 From: Vitor Capretz Date: Tue, 18 Sep 2018 20:31:35 -0700 Subject: [PATCH] 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 --- local-cli/runIOS/runIOS.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-cli/runIOS/runIOS.js b/local-cli/runIOS/runIOS.js index 819a4aaa2..c8fc75976 100644 --- a/local-cli/runIOS/runIOS.js +++ b/local-cli/runIOS/runIOS.js @@ -410,7 +410,7 @@ module.exports = { { command: '--simulator [string]', description: 'Explicitly set simulator to use', - default: 'iPhone 6', + default: 'iPhone X', }, { command: '--configuration [string]',