diff options
Diffstat (limited to 'plugins/react-native')
| -rw-r--r-- | plugins/react-native/README.md | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/plugins/react-native/README.md b/plugins/react-native/README.md index dc0207184..a472ddb1c 100644 --- a/plugins/react-native/README.md +++ b/plugins/react-native/README.md @@ -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)"`                   | | 
