summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Ordon <designorant@users.noreply.github.com>2016-10-25 05:29:35 +0100
committerMarc Cornellà <marc.cornella@live.com>2016-10-25 06:29:35 +0200
commitd9695a8b00c6960417726e49a32df4cf760e055e (patch)
treef7f5ccb553e8b3b2d2eaac4287950b695c077655
parentb1efd04f947ca9d391cf36dbca643b3845d8acee (diff)
downloadzsh-d9695a8b00c6960417726e49a32df4cf760e055e.tar.gz
zsh-d9695a8b00c6960417726e49a32df4cf760e055e.tar.bz2
zsh-d9695a8b00c6960417726e49a32df4cf760e055e.zip
Add more simulator aliases (#5550)
-rw-r--r--plugins/react-native/react-native.plugin.zsh2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/react-native/react-native.plugin.zsh b/plugins/react-native/react-native.plugin.zsh
index 9463a98b3..f19cba820 100644
--- a/plugins/react-native/react-native.plugin.zsh
+++ b/plugins/react-native/react-native.plugin.zsh
@@ -2,6 +2,8 @@ alias rnand='react-native run-android'
alias rnios4s='react-native run-ios --simulator "iPhone 4s"'
alias rnios5='react-native run-ios --simulator "iPhone 5"'
alias rnios5s='react-native run-ios --simulator "iPhone 5s"'
+alias rnios6='react-native run-ios --simulator "iPhone 6"'
+alias rnios6s='react-native run-ios --simulator "iPhone 6s"'
alias rnios='react-native run-ios'
alias rnlink='react-native link'