[iOS] Don't bring the packager to the foreground upon launch

This commit is contained in:
Saúl Ibarra Corretgé 2017-07-06 14:07:20 +02:00
parent 84ae7df8f1
commit 82e10e1a00
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ if [[ "$CONFIGURATION" = "Debug" ]]; then
exit 2
fi
else
open "$SRCROOT/../../node_modules/react-native/packager/launchPackager.command" || echo "Can't start packager automatically"
open -g "$SRCROOT/../../node_modules/react-native/packager/launchPackager.command" || echo "Can't start packager automatically"
fi
fi