mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-08-09 15:05:16 +02:00
Adds ReactNative plugin 📱 (#5018)
This commit is contained in:
committed by
Marc Cornellà
parent
dc222704df
commit
deb992b8aa
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'
|
||||
|
Reference in New Issue
Block a user