blob: 78bfb68447d674514d8f70009f6cc10f1fad2853 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"*
|