mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Adds ReactNative plugin 📱 (#5018)
This commit is contained in:
parent
dc222704df
commit
deb992b8aa
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