Use start_packager function for Android tests

This commit is contained in:
Scott Kyle 2016-02-08 03:09:22 -08:00
parent 788189100d
commit 38868fe657
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ case "$TARGET" in
npm install
open_chrome
react-native start &
start_packager
./run-android.sh
# Despite the docs claiming -c to work, it doesn't, so `-T 1` alleviates that.