Skip to content

Commit

Permalink
Add an alias for React Native Link command (ohmyzsh#5491)
Browse files Browse the repository at this point in the history
  • Loading branch information
designorant authored and aaronbieber committed Nov 4, 2016
1 parent df80b53 commit 219a9b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/react-native/react-native.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ 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 rnios='react-native run-ios'
alias rnlink='react-native link'

0 comments on commit 219a9b5

Please sign in to comment.