add patched dependency for react native

This commit is contained in:
Nabil Hachicha 2016-01-22 23:42:28 +00:00
parent c136e49bd7
commit 028325d97f
1 changed files with 3 additions and 0 deletions

View File

@ -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;