mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Add a React Native itself alias, and to start the web server
This commit is contained in:
parent
26aae6b583
commit
87dffa8da9
2 changed files with 8 additions and 2 deletions
|
|
@ -1,11 +1,15 @@
|
|||
# React Native
|
||||
# React Native
|
||||
|
||||
**Maintainer:** [BilalBudhani](https://github.com/BilalBudhani)
|
||||
**Maintainers:**
|
||||
[BilalBudhani](https://github.com/BilalBudhani)
|
||||
[MauroPorrasP](https://github.com/mauroporrasp)
|
||||
|
||||
### List of Aliases
|
||||
|
||||
Alias | React Native command
|
||||
------|---------------------
|
||||
**rn** | *react-native*
|
||||
**rns** | *react-native start*
|
||||
**rnand** | *react-native run-android*
|
||||
**rnios** | *react-native run-ios*
|
||||
**rnios4s** | *react-native run-ios --simulator "iPhone 4s"*
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
alias rn='react-native'
|
||||
alias rns='react-native start'
|
||||
alias rnand='react-native run-android'
|
||||
alias rnios4s='react-native run-ios --simulator "iPhone 4s"'
|
||||
alias rnios5='react-native run-ios --simulator "iPhone 5"'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue