mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 08:50:08 +00:00
Add React Native aliases for logs (#5756)
This commit is contained in:
parent
1c958e02a5
commit
d848c94804
2 changed files with 6 additions and 0 deletions
|
@ -24,3 +24,6 @@ plugins=(... react-native)
|
|||
| **rnios5s** | `react-native run-ios --simulator "iPhone 5s"` |
|
||||
| **rnios6** | `react-native run-ios --simulator "iPhone 6"` |
|
||||
| **rnios6s** | `react-native run-ios --simulator "iPhone 6s"` |
|
||||
| _Logging_ |
|
||||
| **rnland** | `react-native log-android` |
|
||||
| **rnlios** | `react-native log-ios` |
|
||||
|
|
|
@ -9,3 +9,6 @@ alias rnios5='react-native run-ios --simulator "iPhone 5"'
|
|||
alias rnios5s='react-native run-ios --simulator "iPhone 5s"'
|
||||
alias rnios6='react-native run-ios --simulator "iPhone 6"'
|
||||
alias rnios6s='react-native run-ios --simulator "iPhone 6s"'
|
||||
|
||||
alias rnland='react-native log-android'
|
||||
alias rnlios='react-native log-ios'
|
||||
|
|
Loading…
Reference in a new issue