Update 05.04.2026

This commit is contained in:
eof
2026-04-05 17:51:45 +05:00
parent fcc904df1e
commit b363a93ea5
680 changed files with 16892 additions and 16586 deletions

View File

@@ -39,6 +39,10 @@ alias rnios14='react-native run-ios --simulator "iPhone 14"'
alias rnios14pl='react-native run-ios --simulator "iPhone 14 Plus"'
alias rnios14p='react-native run-ios --simulator "iPhone 14 Pro"'
alias rnios14pm='react-native run-ios --simulator "iPhone 14 Pro Max"'
alias rnios15='react-native run-ios --simulator "iPhone 15"'
alias rnios15pl='react-native run-ios --simulator "iPhone 15 Plus"'
alias rnios15p='react-native run-ios --simulator "iPhone 15 Pro"'
alias rnios15pm='react-native run-ios --simulator "iPhone 15 Pro Max"'
# iPad
alias rnipad2='react-native run-ios --simulator "iPad 2"'