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
3f504826
Unverified
Commit
3f504826
authored
Apr 07, 2021
by
ilter
Committed by
GitHub
Apr 07, 2021
Browse files
feat(react-native): add aliases for iPhone 12 (#9792)
parent
615f9dd0
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/react-native/react-native.plugin.zsh
View file @
3f504826
...
...
@@ -27,6 +27,9 @@ 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"'
alias
rnios12
=
'react-native run-ios --simulator "iPhone 12"'
alias
rnios12p
=
'react-native run-ios --simulator "iPhone 12 Pro"'
alias
rnios12pm
=
'react-native run-ios --simulator "iPhone 12 Pro Max"'
# iPad
...
...
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