Skip to content

Commit

Permalink
[iOS] Add extensibility point on react-native-xcode.sh script
Browse files Browse the repository at this point in the history
Original pull request: #12863
  • Loading branch information
brunolemos committed Dec 11, 2017
1 parent 266ab7a commit 2122140
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/react-native-xcode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2122140

Please sign in to comment.