0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

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

This commit is contained in:
Erik 2018-09-21 10:51:35 -04:00 committed by Marc Cornellà
parent 178df729b1
commit 008006bbcd

View file

@ -12,7 +12,7 @@ plugins=(... react-native)
## Aliases
| Alias | React Native command |
|:------------|:---------------------------------------------------|
| :------------ | :------------------------------------------------- |
| **rn** | `react-native` |
| **rns** | `react-native start` |
| **rnlink** | `react-native link` |
@ -30,6 +30,10 @@ plugins=(... react-native)
| **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` |