From 8729f77985dfdc8c05a1adbe245cb7cd49fed392 Mon Sep 17 00:00:00 2001 From: Dylan Vann Date: Mon, 24 Apr 2017 16:46:30 -0400 Subject: [PATCH] Attempt to fix yarn / BuddyBuild issue. https://github.com/yarnpkg/yarn/issues/685 --- example/ios/buddybuild_prebuild.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 example/ios/buddybuild_prebuild.sh 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