1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-12-20 03:11:58 +00:00

chore(react-native): fix README table alignment

This commit is contained in:
Marc Cornellà 2022-10-03 16:24:15 +02:00
parent 74235e8aea
commit 23f3ded92d
No known key found for this signature in database
GPG key ID: 0314585E776A9C1B

View file

@ -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` |
@ -54,7 +54,6 @@ plugins=(... react-native)
| **rnios14pl** | `react-native run-ios --simulator "iPhone 14 Plus"` | | **rnios14pl** | `react-native run-ios --simulator "iPhone 14 Plus"` |
| **rnios14p** | `react-native run-ios --simulator "iPhone 14 Pro"` | | **rnios14p** | `react-native run-ios --simulator "iPhone 14 Pro"` |
| **rnios14pm** | `react-native run-ios --simulator "iPhone 14 Pro Max"` | | **rnios14pm** | `react-native run-ios --simulator "iPhone 14 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)"` |
@ -76,7 +75,7 @@ plugins=(... react-native)
| _Apple TV_ | | | _Apple TV_ | |
| **rnatv** | `react-native run-ios --simulator "Apple TV"` | | **rnatv** | `react-native run-ios --simulator "Apple TV"` |
| **rnatv4k** | `react-native run-ios --simulator "Apple TV 4K"` | | **rnatv4k** | `react-native run-ios --simulator "Apple TV 4K"` |
| **rnatv4k1080**| `react-native run-ios --simulator "Apple TV 4K (at 1080p)"` | | **rnatv4k1080** | `react-native run-ios --simulator "Apple TV 4K (at 1080p)"` |
| **rnipad123** | `react-native run-ios --simulator "iPad Pro (12.9-inch) (3rd generation)"` | | **rnipad123** | `react-native run-ios --simulator "iPad Pro (12.9-inch) (3rd generation)"` |
| _Apple Watch_ | | | _Apple Watch_ | |
| **rnaw38** | `react-native run-ios --simulator "Apple Watch - 38mm"` | | **rnaw38** | `react-native run-ios --simulator "Apple Watch - 38mm"` |