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
16bfd6fd
Commit
16bfd6fd
authored
Sep 12, 2018
by
Erik
Committed by
Marc Cornellà
Sep 12, 2018
Browse files
react-native: add aliases for newer iPhones (#7134)
Added aliases for iPhone 7, 7 Plus, 8, 8 Plus, SE, and X
parent
509a5549
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/react-native/react-native.plugin.zsh
View file @
16bfd6fd
...
...
@@ -9,6 +9,12 @@ alias rnios5='react-native run-ios --simulator "iPhone 5"'
alias
rnios5s
=
'react-native run-ios --simulator "iPhone 5s"'
alias
rnios6
=
'react-native run-ios --simulator "iPhone 6"'
alias
rnios6s
=
'react-native run-ios --simulator "iPhone 6s"'
alias
rnios7
=
'react-native run-ios --simulator "iPhone 7"'
alias
rnios7p
=
'react-native run-ios --simulator "iPhone 7 Plus"'
alias
rnios8
=
'react-native run-ios --simulator "iPhone 8"'
alias
rnios8p
=
'react-native run-ios --simulator "iPhone 8 Plus"'
alias
rniosse
=
'react-native run-ios --simulator "iPhone SE"'
alias
rniosx
=
'react-native run-ios --simulator "iPhone X"'
alias
rnland
=
'react-native log-android'
alias
rnlios
=
'react-native log-ios'
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