Skip to content

Commit 2122140

Browse files
committed
[iOS] Add extensibility point on react-native-xcode.sh script
Original pull request: #12863
1 parent 266ab7a commit 2122140

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/react-native-xcode.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ $NODE_BINARY $CLI_PATH $BUNDLE_COMMAND \
120120
--dev $DEV \
121121
--reset-cache \
122122
--bundle-output "$BUNDLE_FILE" \
123-
--assets-dest "$DEST"
123+
--assets-dest "$DEST" \
124+
$EXTRA_PACKAGER_ARGS
124125

125126
if [[ $DEV != true && ! -f "$BUNDLE_FILE" ]]; then
126127
echo "error: File $BUNDLE_FILE does not exist. This must be a bug with" >&2

0 commit comments

Comments
 (0)