mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-24 23:00:09 +00:00
react-native: update readme with new aliases (#7135)
This commit is contained in:
parent
d77d636b4c
commit
315eb77336
1 changed files with 22 additions and 16 deletions
|
@ -12,7 +12,7 @@ plugins=(... react-native)
|
||||||
## Aliases
|
## Aliases
|
||||||
|
|
||||||
| Alias | React Native command |
|
| Alias | React Native command |
|
||||||
|:------------|:-----------------------------------------------|
|
|:------------|:---------------------------------------------------|
|
||||||
| **rn** | `react-native` |
|
| **rn** | `react-native` |
|
||||||
| **rns** | `react-native start` |
|
| **rns** | `react-native start` |
|
||||||
| **rnlink** | `react-native link` |
|
| **rnlink** | `react-native link` |
|
||||||
|
@ -24,6 +24,12 @@ plugins=(... react-native)
|
||||||
| **rnios5s** | `react-native run-ios --simulator "iPhone 5s"` |
|
| **rnios5s** | `react-native run-ios --simulator "iPhone 5s"` |
|
||||||
| **rnios6** | `react-native run-ios --simulator "iPhone 6"` |
|
| **rnios6** | `react-native run-ios --simulator "iPhone 6"` |
|
||||||
| **rnios6s** | `react-native run-ios --simulator "iPhone 6s"` |
|
| **rnios6s** | `react-native run-ios --simulator "iPhone 6s"` |
|
||||||
|
| **rnios7** | `react-native run-ios --simulator "iPhone7"` |
|
||||||
|
| **rnios7p** | `react-native run-ios --simulator "iPhone 7 Plus"` |
|
||||||
|
| **rnios8** | `react-native run-ios --simulator "iPhone 8"` |
|
||||||
|
| **rnios8p** | `react-native run-ios --simulator "iPhone 8 Plus"` |
|
||||||
|
| **rniosse** | `react-native run-ios --simulator "iPhone SE"` |
|
||||||
|
| **rniosx** | `react-native run-ios --simulator "iPhone X"` |
|
||||||
| _Logging_ |
|
| _Logging_ |
|
||||||
| **rnland** | `react-native log-android` |
|
| **rnland** | `react-native log-android` |
|
||||||
| **rnlios** | `react-native log-ios` |
|
| **rnlios** | `react-native log-ios` |
|
||||||
|
|
Loading…
Reference in a new issue