From e5ff3683ee0020b5e44f53165c443d44dda227cc Mon Sep 17 00:00:00 2001 From: Nabil Hachicha Date: Wed, 3 Feb 2016 16:43:35 +0000 Subject: [PATCH] starting packager in bg process --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index 0966ccb6..5be21733 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -111,7 +111,7 @@ case "$TARGET" in npm install open_chrome - react-native start + react-native start & unlock_device ./run-android.sh