diff --git a/android/scripts/run-packager-helper.command b/android/scripts/run-packager-helper.command index 68f9867e58..cf9ebe0afc 100755 --- a/android/scripts/run-packager-helper.command +++ b/android/scripts/run-packager-helper.command @@ -2,4 +2,4 @@ THIS_DIR=$(cd -P "$(dirname "$(readlink "${BASH_SOURCE[0]}" || echo "${BASH_SOURCE[0]}")")" && pwd) -exec ${THIS_DIR}/../../node_modules/react-native/scripts/launchPackager.command --reset-cache +exec ${THIS_DIR}/../../node_modules/react-native/scripts/packager.sh --reset-cache diff --git a/ios/scripts/run-packager-helper.command b/ios/scripts/run-packager-helper.command index 68f9867e58..cf9ebe0afc 100755 --- a/ios/scripts/run-packager-helper.command +++ b/ios/scripts/run-packager-helper.command @@ -2,4 +2,4 @@ THIS_DIR=$(cd -P "$(dirname "$(readlink "${BASH_SOURCE[0]}" || echo "${BASH_SOURCE[0]}")")" && pwd) -exec ${THIS_DIR}/../../node_modules/react-native/scripts/launchPackager.command --reset-cache +exec ${THIS_DIR}/../../node_modules/react-native/scripts/packager.sh --reset-cache