]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/react-native/README.md
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / react-native / README.md
1 # React Native plugin
2
3 This plugin adds completion for [`react-native`](https://facebook.github.io/react-native/).
4 It also defines a few [aliases](#aliases) for the commands more frequently used.
5
6 To enable, add `react-native` to your `plugins` array in your zshrc file:
7
8 ```zsh
9 plugins=(... react-native)
10 ```
11
12 ## Aliases
13
14 | Alias           | React Native command                                                       |
15 | :-------------- | :------------------------------------------------------------------------- |
16 | **rn**          | `react-native`                                                             |
17 | **rns**         | `react-native start`                                                       |
18 | **rnlink**      | `react-native link`                                                        |
19 | _Logging_       |                                                                            |
20 | **rnland**      | `react-native log-android`                                                 |
21 | **rnlios**      | `react-native log-ios`                                                     |
22 | _App Testing_   |                                                                            |
23 | **rnand**       | `react-native run-android`                                                 |
24 | **rnios**       | `react-native run-ios`                                                     |
25 | _iPhone_        |                                                                            |
26 | **rnios4s**     | `react-native run-ios --simulator "iPhone 4s"`                             |
27 | **rnios5**      | `react-native run-ios --simulator "iPhone 5"`                              |
28 | **rnios5s**     | `react-native run-ios --simulator "iPhone 5s"`                             |
29 | **rnios6**      | `react-native run-ios --simulator "iPhone 6"`                              |
30 | **rnios6s**     | `react-native run-ios --simulator "iPhone 6s"`                             |
31 | **rnios6p**     | `react-native run-ios --simulator "iPhone 6 Plus"`                         |
32 | **rnios6sp**    | `react-native run-ios --simulator "iPhone 6s Plus"`                        |
33 | **rnios7**      | `react-native run-ios --simulator "iPhone 7"`                              |
34 | **rnios7p**     | `react-native run-ios --simulator "iPhone 7 Plus"`                         |
35 | **rnios8**      | `react-native run-ios --simulator "iPhone 8"`                              |
36 | **rnios8p**     | `react-native run-ios --simulator "iPhone 8 Plus"`                         |
37 | **rniosse**     | `react-native run-ios --simulator "iPhone SE"`                             |
38 | **rniosx**      | `react-native run-ios --simulator "iPhone X"`                              |
39 | **rniosxs**     | `react-native run-ios --simulator "iPhone Xs"`                             |
40 | **rniosxsm**    | `react-native run-ios --simulator "iPhone Xs Max"`                         |
41 | **rniosxr**     | `react-native run-ios --simulator "iPhone Xʀ"`                             |
42 | **rnios11**     | `react-native run-ios --simulator "iPhone 11"`                             |
43 | **rnios11p**    | `react-native run-ios --simulator "iPhone 11 Pro"`                         |
44 | **rnios11pm**   | `react-native run-ios --simulator "iPhone 11 Pro Max"`                     |
45 | **rnios12**     | `react-native run-ios --simulator "iPhone 12"`                             |
46 | **rnios12m**    | `react-native run-ios --simulator "iPhone 12 mini"`                        |
47 | **rnios12p**    | `react-native run-ios --simulator "iPhone 12 Pro"`                         |
48 | **rnios12pm**   | `react-native run-ios --simulator "iPhone 12 Pro Max"`                     |
49 | **rnios13**     | `react-native run-ios --simulator "iPhone 13"`                             |
50 | **rnios13m**    | `react-native run-ios --simulator "iPhone 13 mini"`                        |
51 | **rnios13p**    | `react-native run-ios --simulator "iPhone 13 Pro"`                         |
52 | **rnios13pm**   | `react-native run-ios --simulator "iPhone 13 Pro Max"`                     |
53 | **rnios14**     | `react-native run-ios --simulator "iPhone 14"`                             |
54 | **rnios14pl**   | `react-native run-ios --simulator "iPhone 14 Plus"`                        |
55 | **rnios14p**    | `react-native run-ios --simulator "iPhone 14 Pro"`                         |
56 | **rnios14pm**   | `react-native run-ios --simulator "iPhone 14 Pro Max"`                     |
57 | _iPad_          |                                                                            |
58 | **rnipad2**     | `react-native run-ios --simulator "iPad 2"`                                |
59 | **rnipad5**     | `react-native run-ios --simulator "iPad (5th generation)"`                 |
60 | **rnipad6**     | `react-native run-ios --simulator "iPad (6th generation)"`                 |
61 | **rnipadr**     | `react-native run-ios --simulator "iPad Retina"`                           |
62 | **rnipada**     | `react-native run-ios --simulator "iPad Air"`                              |
63 | **rnipada2**    | `react-native run-ios --simulator "iPad Air 2"`                            |
64 | **rnipada3**    | `react-native run-ios --simulator "iPad Air (3rd generation)"`             |
65 | **rnipadm2**    | `react-native run-ios --simulator "iPad mini 2"`                           |
66 | **rnipadm3**    | `react-native run-ios --simulator "iPad mini 3"`                           |
67 | **rnipadm4**    | `react-native run-ios --simulator "iPad mini 4"`                           |
68 | **rnipadm5**    | `react-native run-ios --simulator "iPad mini (5th generation)"`            |
69 | **rnipadp9**    | `react-native run-ios --simulator "iPad Pro (9.7-inch)"`                   |
70 | **rnipadp12**   | `react-native run-ios --simulator "iPad Pro (12.9-inch)"`                  |
71 | **rnipadp122**  | `react-native run-ios --simulator "iPad Pro (12.9-inch) (2nd generation)"` |
72 | **rnipadp10**   | `react-native run-ios --simulator "iPad Pro (10.5-inch)"`                  |
73 | **rnipad11**    | `react-native run-ios --simulator "iPad Pro (11-inch)"`                    |
74 | **rnipad123**   | `react-native run-ios --simulator "iPad Pro (12.9-inch) (3rd generation)"` |
75 | _Apple TV_      |                                                                            |
76 | **rnatv**       | `react-native run-ios --simulator "Apple TV"`                              |
77 | **rnatv4k**     | `react-native run-ios --simulator "Apple TV 4K"`                           |
78 | **rnatv4k1080** | `react-native run-ios --simulator "Apple TV 4K (at 1080p)"`                |
79 | **rnipad123**   | `react-native run-ios --simulator "iPad Pro (12.9-inch) (3rd generation)"` |
80 | _Apple Watch_   |                                                                            |
81 | **rnaw38**      | `react-native run-ios --simulator "Apple Watch - 38mm"`                    |
82 | **rnaw42**      | `react-native run-ios --simulator "Apple Watch - 42mm"`                    |
83 | **rnaws238**    | `react-native run-ios --simulator "Apple Watch Series 2 - 38mm"`           |
84 | **rnaws242**    | `react-native run-ios --simulator "Apple Watch Series 2 - 42mm"`           |
85 | **rnaws338**    | `react-native run-ios --simulator "Apple Watch Series 3 - 38mm"`           |
86 | **rnaws342**    | `react-native run-ios --simulator "Apple Watch Series 3 - 42mm"`           |
87 | **rnaws440**    | `react-native run-ios --simulator "Apple Watch Series 4 - 40mm"`           |
88 | **rnaws444**    | `react-native run-ios --simulator "Apple Watch Series 4 - 44mm"`           |