1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-07 07:50: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,14 @@
# React Native
**Maintainer:** [BilalBudhani](https://github.com/BilalBudhani)
### List of Aliases
Alias | React Native command
------|---------------------
**rnand** | *react-native run-android*
**rnios** | *react-native run-ios*
**rnios4s** | *react-native run-ios --simulator "iPhone 4s"*
**rnios5** | *react-native run-ios --simulator "iPhone 5"*
**rnios5s** | *react-native run-ios --simulator "iPhone 5s"*