summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorilter <37029827+ilter@users.noreply.github.com>2021-04-07 20:53:48 +0300
committerGitHub <noreply@github.com>2021-04-07 19:53:48 +0200
commit3f50482674c2b3153590a4aba92fbfa1c01bc583 (patch)
tree55ee3ca06ccd0ebc3bb44d7650ca3f99f629b996 /plugins
parent615f9dd02b6b0c33c8c69e310fc049b4f89c7b26 (diff)
downloadzsh-3f50482674c2b3153590a4aba92fbfa1c01bc583.tar.gz
zsh-3f50482674c2b3153590a4aba92fbfa1c01bc583.tar.bz2
zsh-3f50482674c2b3153590a4aba92fbfa1c01bc583.zip
feat(react-native): add aliases for iPhone 12 (#9792)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/react-native/react-native.plugin.zsh3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/react-native/react-native.plugin.zsh b/plugins/react-native/react-native.plugin.zsh
index b33dedfed..8323c27bd 100644
--- a/plugins/react-native/react-native.plugin.zsh
+++ b/plugins/react-native/react-native.plugin.zsh
@@ -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