diff --git a/packager/react-native-xcode.sh b/packager/react-native-xcode.sh index 9271538e39ca30..54613d4c93394f 100755 --- a/packager/react-native-xcode.sh +++ b/packager/react-native-xcode.sh @@ -98,7 +98,8 @@ $NODE_BINARY $CLI_PATH bundle \ --dev $DEV \ --reset-cache \ --bundle-output "$BUNDLE_FILE" \ - --assets-dest "$DEST" + --assets-dest "$DEST" \ + $EXTRA_PACKAGER_ARGS if [[ ! $DEV && ! -f "$BUNDLE_FILE" ]]; then echo "error: File $BUNDLE_FILE does not exist. This must be a bug with" >&2