Add React Native aliases for logs

This commit is contained in:
Mauro Porras P 2017-01-06 11:57:30 -05:00
commit 01873c0c4b
2 changed files with 6 additions and 0 deletions

View file

@ -24,3 +24,6 @@ plugins=(... react-native)
| **rnios5s** | `react-native run-ios --simulator "iPhone 5s"` |
| **rnios6** | `react-native run-ios --simulator "iPhone 6"` |
| **rnios6s** | `react-native run-ios --simulator "iPhone 6s"` |
| _Logging_ |
| **rnland** | `react-native log-android` |
| **rnlios** | `react-native log-ios` |