Skip to content

Commit

Permalink
Add more simulator aliases (#5550)
Browse files Browse the repository at this point in the history
  • Loading branch information
designorant authored and mcornella committed Oct 25, 2016
1 parent b1efd04 commit d9695a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/react-native/react-native.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit d9695a8

Please sign in to comment.