1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

Adds ReactNative plugin 📱 (#5018)

This commit is contained in:
Bilal Budhani
2016-06-06 04:39:42 +05:30
committed by Marc Cornellà
parent dc222704df
commit deb992b8aa
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
alias rnand='react-native run-android'
alias rnios4s='react-native run-ios --simulator "iPhone 4s"'
alias rnios5='react-native run-ios --simulator "iPhone 5"'
alias rnios5s='react-native run-ios --simulator "iPhone 5s"'
alias rnios='react-native run-ios'