diff --git a/example/ios/buddybuild_prebuild.sh b/example/ios/buddybuild_prebuild.sh new file mode 100755 index 000000000..687544a25 --- /dev/null +++ b/example/ios/buddybuild_prebuild.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +# Fixes a yarn bug: https://github.com/yarnpkg/yarn/issues/685 +rm -rf ../node_modules/react-native-fast-image/node_modules