Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
ccee223a
Commit
ccee223a
authored
Sep 25, 2019
by
KevinHu2014
Browse files
react-native: add aliases for newer iPhones
Added aliases for iPhone 11, 11 Pro, 11 Pro Max
parent
f9e7c45a
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/react-native/react-native.plugin.zsh
View file @
ccee223a
...
@@ -24,6 +24,10 @@ alias rniosx='react-native run-ios --simulator "iPhone X"'
...
@@ -24,6 +24,10 @@ alias rniosx='react-native run-ios --simulator "iPhone X"'
alias
rniosxs
=
'react-native run-ios --simulator "iPhone Xs"'
alias
rniosxs
=
'react-native run-ios --simulator "iPhone Xs"'
alias
rniosxsm
=
'react-native run-ios --simulator "iPhone Xs Max"'
alias
rniosxsm
=
'react-native run-ios --simulator "iPhone Xs Max"'
alias
rniosxr
=
'react-native run-ios --simulator "iPhone Xʀ"'
alias
rniosxr
=
'react-native run-ios --simulator "iPhone Xʀ"'
alias
rnios11
=
'react-native run-ios --simulator "iPhone 11"'
alias
rnios11p
=
'react-native run-ios --simulator "iPhone 11 Pro"'
alias
rnios11pm
=
'react-native run-ios --simulator "iPhone 11 Pro Max"'
# iPad
# iPad
alias
rnipad2
=
'react-native run-ios --simulator "iPad 2"'
alias
rnipad2
=
'react-native run-ios --simulator "iPad 2"'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment