mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-08 00:44:26 +01:00
Adds ReactNative plugin 📱 (#5018)
This commit is contained in:
parent
dc222704df
commit
deb992b8aa
14
plugins/react-native/README.md
Normal file
14
plugins/react-native/README.md
Normal file
@ -0,0 +1,14 @@
|
||||
# React Native
|
||||
|
||||
**Maintainer:** [BilalBudhani](https://github.com/BilalBudhani)
|
||||
|
||||
### List of Aliases
|
||||
|
||||
Alias | React Native command
|
||||
------|---------------------
|
||||
**rnand** | *react-native run-android*
|
||||
**rnios** | *react-native run-ios*
|
||||
**rnios4s** | *react-native run-ios --simulator "iPhone 4s"*
|
||||
**rnios5** | *react-native run-ios --simulator "iPhone 5"*
|
||||
**rnios5s** | *react-native run-ios --simulator "iPhone 5s"*
|
||||
|
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…
Reference in New Issue
Block a user