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
178df729
Commit
178df729
authored
Sep 21, 2018
by
Erik
Committed by
Marc Cornellà
Sep 21, 2018
Browse files
react-native: add iPhone XR, XS, and XS Max simulators (#7145)
parent
918a78cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/react-native/react-native.plugin.zsh
View file @
178df729
...
@@ -15,6 +15,9 @@ alias rnios8='react-native run-ios --simulator "iPhone 8"'
...
@@ -15,6 +15,9 @@ alias rnios8='react-native run-ios --simulator "iPhone 8"'
alias
rnios8p
=
'react-native run-ios --simulator "iPhone 8 Plus"'
alias
rnios8p
=
'react-native run-ios --simulator "iPhone 8 Plus"'
alias
rniosse
=
'react-native run-ios --simulator "iPhone SE"'
alias
rniosse
=
'react-native run-ios --simulator "iPhone SE"'
alias
rniosx
=
'react-native run-ios --simulator "iPhone X"'
alias
rniosx
=
'react-native run-ios --simulator "iPhone X"'
alias
rniosxs
=
'react-native run-ios --simulator "iPhone XS"'
alias
rniosxsm
=
'react-native run-ios --simulator "iPhone XS Max"'
alias
rniosxr
=
'react-native run-ios --simulator "iPhone XR"'
alias
rnland
=
'react-native log-android'
alias
rnland
=
'react-native log-android'
alias
rnlios
=
'react-native log-ios'
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