Skip to content

Commit

Permalink
react-native: add aliases for newer iPhones (#7134)
Browse files Browse the repository at this point in the history
Added aliases for iPhone 7, 7 Plus, 8, 8 Plus, SE, and X
  • Loading branch information
esthor authored and mcornella committed Sep 12, 2018
1 parent 509a554 commit 16bfd6f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugins/react-native/react-native.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ 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 rnios7='react-native run-ios --simulator "iPhone 7"'
alias rnios7p='react-native run-ios --simulator "iPhone 7 Plus"'
alias rnios8='react-native run-ios --simulator "iPhone 8"'
alias rnios8p='react-native run-ios --simulator "iPhone 8 Plus"'
alias rniosse='react-native run-ios --simulator "iPhone SE"'
alias rniosx='react-native run-ios --simulator "iPhone X"'

alias rnland='react-native log-android'
alias rnlios='react-native log-ios'

0 comments on commit 16bfd6f

Please sign in to comment.