mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
Adds ReactNative plugin 📱
This commit is contained in:
parent
656ddabcfa
commit
89a0238740
2 changed files with 20 additions and 0 deletions
6
plugins/react-native/react-native.plugin.zsh
Normal file
6
plugins/react-native/react-native.plugin.zsh
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
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 rnios='react-native run-ios'
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue