Merge branch 'al-android-example' of https://github.com/realm/realm-js into al-android-example
This commit is contained in:
commit
907b5702c3
|
@ -66,10 +66,14 @@ elif [ "$TARGET" = "react-example" ]; then
|
||||||
xcodebuild -scheme ReactExample -configuration "$CONFIGURATION" -sdk iphonesimulator build $DESTINATION
|
xcodebuild -scheme ReactExample -configuration "$CONFIGURATION" -sdk iphonesimulator build $DESTINATION
|
||||||
popd
|
popd
|
||||||
elif [ "$TARGET" = "react-tests-android" ]; then
|
elif [ "$TARGET" = "react-tests-android" ]; then
|
||||||
|
chmod a+x /opt/android-sdk-linux/build-tools/23.0.1/aapt
|
||||||
|
|
||||||
# Copy patched version of FB
|
# Copy patched version of FB
|
||||||
rm -Rf ~/.m2/repository/com/facebook/react/react-native/
|
rm -Rf ~/.m2/repository/com/facebook/react/react-native/
|
||||||
mkdir -p ~/.m2/repository/com/facebook/react/react-native/
|
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/
|
tar xvf ./patched_bin/0.18.0-patched.tar.gz -C ~/.m2/repository/com/facebook/react/react-native/
|
||||||
|
echo " Installed patched React Native in "
|
||||||
|
ls -l ~/.m2/repository/com/facebook/react/react-native/0.18.0-patched/
|
||||||
# # update sdk tool
|
# # update sdk tool
|
||||||
# expect -c '
|
# expect -c '
|
||||||
# set timeout -1;
|
# set timeout -1;
|
||||||
|
|
Loading…
Reference in New Issue