diff options
author | Kevin <kevinhu@weco.net> | 2019-09-25 01:03:08 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-25 01:03:08 +0800 |
commit | 2004550a5890850505b29bda801dafdf3a94d0d7 (patch) | |
tree | 8c077ecebce6b810979d59b1fddfd3cfabde9169 /plugins | |
parent | ccee223aed6c280f207d02dd7e23f3a0d3cfcda1 (diff) | |
download | zsh-2004550a5890850505b29bda801dafdf3a94d0d7.tar.gz zsh-2004550a5890850505b29bda801dafdf3a94d0d7.tar.bz2 zsh-2004550a5890850505b29bda801dafdf3a94d0d7.zip |
react-native: add aliases for newer iPhones to Doc
Added aliases for iPhone 11, 11 Pro, 11 Pro Max to the Document.
Diffstat (limited to 'plugins')
-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)"` | |