From 21221407bc3652526f0c8c4df2a7fc4ee2f597fb Mon Sep 17 00:00:00 2001 From: Bruno Lemos Date: Wed, 22 Nov 2017 20:45:49 -0200 Subject: [PATCH] [iOS] Add extensibility point on react-native-xcode.sh script Original pull request: #12863 --- scripts/react-native-xcode.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/react-native-xcode.sh b/scripts/react-native-xcode.sh index 121eb5f2fae874..3eb9cf7b50c299 100755 --- a/scripts/react-native-xcode.sh +++ b/scripts/react-native-xcode.sh @@ -120,7 +120,8 @@ $NODE_BINARY $CLI_PATH $BUNDLE_COMMAND \ --dev $DEV \ --reset-cache \ --bundle-output "$BUNDLE_FILE" \ - --assets-dest "$DEST" + --assets-dest "$DEST" \ + $EXTRA_PACKAGER_ARGS if [[ $DEV != true && ! -f "$BUNDLE_FILE" ]]; then echo "error: File $BUNDLE_FILE does not exist. This must be a bug with" >&2