We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0ed19d commit d33efaaCopy full SHA for d33efaa
scripts/ios-build-native-modules.sh
@@ -88,10 +88,6 @@ do
88
preparePrebuiltModule "$DOT_NODE"
89
done
90
91
-# Delete bundle contents that may be there from previous builds.
92
-find "$NODEPROJ" -path "*/*.node/*" -delete
93
-find "$NODEPROJ" -name "*.node" -type d -delete
94
-
95
# Apply patches to the modules package.json
96
if [ -d "$NODEPROJ"/node_modules/ ]; then
97
PATCH_SCRIPT_DIR="$( cd "$PROJECT_DIR" && cd ../node_modules/nodejs-mobile-react-native/scripts/ && pwd )"
0 commit comments