summaryrefslogtreecommitdiff
path: root/plugins/react-native/README.md
diff options
context:
space:
mode:
authorErik <ethorelli@gmail.com>2018-09-21 10:51:35 -0400
committerMarc Cornellà <marc.cornella@live.com>2018-09-21 16:51:35 +0200
commit008006bbcd15e357c0417eb9d43ae08d24a23bdf (patch)
tree7fdffe7eea33482fde9cc85d9967bd4a47a931ec /plugins/react-native/README.md
parent178df729b17b4e3a0fd4b0a0f334eb3705c9d5f7 (diff)
downloadzsh-008006bbcd15e357c0417eb9d43ae08d24a23bdf.tar.gz
zsh-008006bbcd15e357c0417eb9d43ae08d24a23bdf.tar.bz2
zsh-008006bbcd15e357c0417eb9d43ae08d24a23bdf.zip
react-native: add new iPhone model simulators to README (#7146)
Diffstat (limited to 'plugins/react-native/README.md')
-rw-r--r--plugins/react-native/README.md48
1 files changed, 26 insertions, 22 deletions
diff --git a/plugins/react-native/README.md b/plugins/react-native/README.md
index 4a4047ea3..ebe1be0e0 100644
--- a/plugins/react-native/README.md
+++ b/plugins/react-native/README.md
@@ -11,25 +11,29 @@ plugins=(... react-native)
## Aliases
-| Alias | React Native command |
-|:------------|:---------------------------------------------------|
-| **rn** | `react-native` |
-| **rns** | `react-native start` |
-| **rnlink** | `react-native link` |
-| _App testing_ |
-| **rnand** | `react-native run-android` |
-| **rnios** | `react-native run-ios` |
-| **rnios4s** | `react-native run-ios --simulator "iPhone 4s"` |
-| **rnios5** | `react-native run-ios --simulator "iPhone 5"` |
-| **rnios5s** | `react-native run-ios --simulator "iPhone 5s"` |
-| **rnios6** | `react-native run-ios --simulator "iPhone 6"` |
-| **rnios6s** | `react-native run-ios --simulator "iPhone 6s"` |
-| **rnios7** | `react-native run-ios --simulator "iPhone7"` |
-| **rnios7p** | `react-native run-ios --simulator "iPhone 7 Plus"` |
-| **rnios8** | `react-native run-ios --simulator "iPhone 8"` |
-| **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"` |
-| _Logging_ |
-| **rnland** | `react-native log-android` |
-| **rnlios** | `react-native log-ios` |
+| Alias | React Native command |
+| :------------ | :------------------------------------------------- |
+| **rn** | `react-native` |
+| **rns** | `react-native start` |
+| **rnlink** | `react-native link` |
+| _App testing_ |
+| **rnand** | `react-native run-android` |
+| **rnios** | `react-native run-ios` |
+| **rnios4s** | `react-native run-ios --simulator "iPhone 4s"` |
+| **rnios5** | `react-native run-ios --simulator "iPhone 5"` |
+| **rnios5s** | `react-native run-ios --simulator "iPhone 5s"` |
+| **rnios6** | `react-native run-ios --simulator "iPhone 6"` |
+| **rnios6s** | `react-native run-ios --simulator "iPhone 6s"` |
+| **rnios7** | `react-native run-ios --simulator "iPhone7"` |
+| **rnios7p** | `react-native run-ios --simulator "iPhone 7 Plus"` |
+| **rnios8** | `react-native run-ios --simulator "iPhone 8"` |
+| **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` |