diff options
Diffstat (limited to 'plugins/react-native/README.md')
-rw-r--r-- | plugins/react-native/README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/react-native/README.md b/plugins/react-native/README.md new file mode 100644 index 000000000..78bfb6844 --- /dev/null +++ b/plugins/react-native/README.md @@ -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"* + |