Skip to content

Commit

Permalink
Temp override react native version given by the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
d4vidi committed Jun 3, 2019
1 parent 9986dba commit 2e017ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/ci.android.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/bin/bash -e

# TODO Remove this once migration is merged-in. It's only needed for the transitional state.
echo "*** Forcing react-native version to 0.59.8 instead of $REACT_NATIVE_VERSION ***"
export REACT_NATIVE_VERSION="0.59.8"

# Approve unapproved SDK licenses
yes | $ANDROID_HOME/tools/bin/sdkmanager --licenses

Expand Down
4 changes: 4 additions & 0 deletions scripts/demo-projects.android.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/bin/bash -e

# TODO Remove this once migration is merged-in. It's only needed for the transitional state.
echo "*** Forcing react-native version to 0.59.8 instead of $REACT_NATIVE_VERSION ***"
export REACT_NATIVE_VERSION="0.59.8"

# Approve unapproved SDK licenses
yes | $ANDROID_HOME/tools/bin/sdkmanager --licenses

Expand Down

0 comments on commit 2e017ca

Please sign in to comment.