Commit 008006bb authored by Erik's avatar Erik Committed by Marc Cornellà
Browse files

react-native: add new iPhone model simulators to README (#7146)

parent 178df729
...@@ -12,7 +12,7 @@ plugins=(... react-native) ...@@ -12,7 +12,7 @@ plugins=(... react-native)
## Aliases ## Aliases
| Alias | React Native command | | Alias | React Native command |
|:------------|:---------------------------------------------------| | :------------ | :------------------------------------------------- |
| **rn** | `react-native` | | **rn** | `react-native` |
| **rns** | `react-native start` | | **rns** | `react-native start` |
| **rnlink** | `react-native link` | | **rnlink** | `react-native link` |
...@@ -30,6 +30,10 @@ plugins=(... react-native) ...@@ -30,6 +30,10 @@ plugins=(... react-native)
| **rnios8p** | `react-native run-ios --simulator "iPhone 8 Plus"` | | **rnios8p** | `react-native run-ios --simulator "iPhone 8 Plus"` |
| **rniosse** | `react-native run-ios --simulator "iPhone SE"` | | **rniosse** | `react-native run-ios --simulator "iPhone SE"` |
| **rniosx** | `react-native run-ios --simulator "iPhone X"` | | **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_ | | _Logging_ |
| **rnland** | `react-native log-android` | | **rnland** | `react-native log-android` |
| **rnlios** | `react-native log-ios` | | **rnlios** | `react-native log-ios` |
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment