add patched dependency for react native
This commit is contained in:
parent
c136e49bd7
commit
028325d97f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue