Attempt to fix yarn / BuddyBuild issue.
https://github.com/yarnpkg/yarn/issues/685
This commit is contained in:
parent
b742aa70a0
commit
8729f77985
|
@ -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
|
Loading…
Reference in New Issue