mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Add missing aliases in react-native plugin README
This commit is contained in:
parent
cace5f86dd
commit
5e1b321ad8
1 changed files with 3 additions and 0 deletions
|
|
@ -15,9 +15,12 @@ plugins=(... react-native)
|
|||
|:------------|:-----------------------------------------------|
|
||||
| **rn** | `react-native` |
|
||||
| **rns** | `react-native start` |
|
||||
| **rnlink** | `react-native link` |
|
||||
| _App testing_ |
|
||||
| **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"` |
|
||||
| **rnios6** | `react-native run-ios --simulator "iPhone 6"` |
|
||||
| **rnios6s** | `react-native run-ios --simulator "iPhone 6s"` |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue