mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
react-native: add new iPhone model simulators to README (#7146)
This commit is contained in:
parent
178df729b1
commit
008006bbcd
1 changed files with 26 additions and 22 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` |
|
||||||
|
@ -30,6 +30,10 @@ plugins=(... react-native)
|
||||||
| **rnios8p** | `react-native run-ios --simulator "iPhone 8 Plus"` |
|
| **rnios8p** | `react-native run-ios --simulator "iPhone 8 Plus"` |
|
||||||
| **rniosse** | `react-native run-ios --simulator "iPhone SE"` |
|
| **rniosse** | `react-native run-ios --simulator "iPhone SE"` |
|
||||||
| **rniosx** | `react-native run-ios --simulator "iPhone X"` |
|
| **rniosx** | `react-native run-ios --simulator "iPhone X"` |
|
||||||
|
| **rniosxs** | `react-native run-ios --simulator "iPhone XS"` |
|
||||||
|
| **rniosxsm** | `react-native run-ios --simulator "iPhone XS Max"` |
|
||||||
|
| **rniosxr** | `react-native run-ios --simulator "iPhone XR"` |
|
||||||
|
|
||||||
| _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