diff --git a/scripts/test.sh b/scripts/test.sh index 5fb4b077..4f7840f2 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -65,6 +65,9 @@ elif [ "$TARGET" = "react-example" ]; then xcodebuild -scheme ReactExample -configuration "$CONFIGURATION" -sdk iphonesimulator build $DESTINATION popd elif [ "$TARGET" = "react-tests-android" ]; then + # Copy patched version of FB + mkdir -p ~/.m2/repository/com/facebook/react/react-native/ + tar xvf ./patched_bin/0.18.0-patched.tar.gz -C ~/.m2/repository/com/facebook/react/react-native/ # update sdk tool expect -c ' set timeout -1;