react-native: add new iPhone model simulators to README (#7146)
This commit is contained in:
parent
178df729b1
commit
008006bbcd
|
@ -12,7 +12,7 @@ plugins=(... react-native)
|
|||
## Aliases
|
||||
|
||||
| Alias | React Native command |
|
||||
|:------------|:---------------------------------------------------|
|
||||
| :------------ | :------------------------------------------------- |
|
||||
| **rn** | `react-native` |
|
||||
| **rns** | `react-native start` |
|
||||
| **rnlink** | `react-native link` |
|
||||
|
@ -30,6 +30,10 @@ plugins=(... react-native)
|
|||
| **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"` |
|
||||
| **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_ |
|
||||
| **rnland** | `react-native log-android` |
|
||||
| **rnlios** | `react-native log-ios` |
|
||||
|
|
Loading…
Reference in New Issue