Skip to content

Commit 0d4ff1b

Browse files
brunolemosfacebook-github-bot
authored andcommitted
Add extensibility point on react-native-xcode.sh script
Summary: Original pull request: #12863 Useful for generating source maps, for example. Feature parity with Android, that already have this extensibility point on `build.gradle`: ``` project.ext.react = [ extraPackagerArgs: [...] ] ``` Xcode > Build Phases > Bundle React Native code and Images ``` export NODE_BINARY=node export EXTRA_PACKAGER_ARGS="--sourcemap-output ${SRCROOT}/build/main.jsbundle.map" ../node_modules/react-native/scripts/react-native-xcode.sh ``` [IOS] [FEATURE] [./react-native-xcode.sh] - Added $EXTRA_PACKAGER_ARGS extensibility point Closes #16933 Differential Revision: D6771709 Pulled By: yungsters fbshipit-source-id: a33614b45b1e3537daeb31504fdd3a402dc70ff0
1 parent bcfbdf4 commit 0d4ff1b

File tree

1 file changed

+0
-129
lines changed

1 file changed

+0
-129
lines changed

scripts/react-native-xcode.sh

-129
This file was deleted.

0 commit comments

Comments
 (0)