Add React Native aliases for logs (#5756)

This commit is contained in:
Mauro Porras P 2017-06-22 13:38:34 -05:00 committed by Robby Russell
commit d848c94804
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` |