mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 21:39:48 +01:00
react-native: add aliases for newer iPhones to Doc
Added aliases for iPhone 11, 11 Pro, 11 Pro Max to the Document.
This commit is contained in:
parent
ccee223aed
commit
2004550a58
1 changed files with 3 additions and 0 deletions
|
@ -39,6 +39,9 @@ plugins=(... react-native)
|
|||
| **rniosxs** | `react-native run-ios --simulator "iPhone Xs"` |
|
||||
| **rniosxsm** | `react-native run-ios --simulator "iPhone Xs Max"` |
|
||||
| **rniosxr** | `react-native run-ios --simulator "iPhone Xʀ"` |
|
||||
| **rnios11** | `react-native run-ios --simulator "iPhone 11"` |
|
||||
| **rnios11p** | `react-native run-ios --simulator "iPhone 11 Pro"` |
|
||||
| **rnios11pm** | `react-native run-ios --simulator "iPhone 11 Pro Max"` |
|
||||
| _iPad_ | |
|
||||
| **rnipad2** | `react-native run-ios --simulator "iPad 2"` |
|
||||
| **rnipad5** | `react-native run-ios --simulator "iPad (5th generation)"` |
|
||||
|
|
Loading…
Reference in a new issue