浏览代码

react-native: add aliases for newer iPhones to Doc

Added aliases for iPhone 11, 11 Pro, 11 Pro Max to the Document.
Kevin 5 年之前
父节点
当前提交
2004550a58
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      plugins/react-native/README.md

+ 3 - 0
plugins/react-native/README.md

@@ -39,6 +39,9 @@ plugins=(... react-native)
 | **rniosxs**    | `react-native run-ios --simulator "iPhone Xs"`                               |
 | **rniosxs**    | `react-native run-ios --simulator "iPhone Xs"`                               |
 | **rniosxsm**   | `react-native run-ios --simulator "iPhone Xs Max"`                           |
 | **rniosxsm**   | `react-native run-ios --simulator "iPhone Xs Max"`                           |
 | **rniosxr**    | `react-native run-ios --simulator "iPhone Xʀ"`                               |
 | **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_         |                                                                              |
 | _iPad_         |                                                                              |
 | **rnipad2**    | `react-native run-ios --simulator "iPad 2"`                                  |
 | **rnipad2**    | `react-native run-ios --simulator "iPad 2"`                                  |
 | **rnipad5**    | `react-native run-ios --simulator "iPad (5th generation)"`                   |
 | **rnipad5**    | `react-native run-ios --simulator "iPad (5th generation)"`                   |