Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Gaetan Semet 2017-06-30 23:28:20 +02:00
commit 4788dcf96c
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` |

View file

@ -9,3 +9,6 @@ alias rnios5='react-native run-ios --simulator "iPhone 5"'
alias rnios5s='react-native run-ios --simulator "iPhone 5s"'
alias rnios6='react-native run-ios --simulator "iPhone 6"'
alias rnios6s='react-native run-ios --simulator "iPhone 6s"'
alias rnland='react-native log-android'
alias rnlios='react-native log-ios'