Skip to content

Commit

Permalink
fix: resolve React Native build test failure (#6239)
Browse files Browse the repository at this point in the history
* chore: pin dependency version, update build test to temporarily run on this PR

* chore: add caret to fix version to retain updates for compatible version

* chore: restoring normal timing of test automation
  • Loading branch information
jordanvn authored Dec 6, 2024
1 parent 9069cac commit ee7cd89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-system-tests/scripts/mega-app-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ if [ "$PKG_MANAGER" == 'yarn' ]; then
yarn add $DEPENDENCIES
else
if [[ "$FRAMEWORK" == "react-native" ]]; then
DEPENDENCIES="$TAGGED_UI_FRAMEWORK @aws-amplify/react-native aws-amplify react-native-safe-area-context @react-native-community/netinfo @react-native-async-storage/async-storage react-native-get-random-values react-native-url-polyfill"
DEPENDENCIES="$TAGGED_UI_FRAMEWORK @aws-amplify/react-native aws-amplify react-native-safe-area-context@^4.14.0 @react-native-community/netinfo @react-native-async-storage/async-storage react-native-get-random-values react-native-url-polyfill"
echo "npm install $DEPENDENCIES"
npm install $DEPENDENCIES
if [[ "$BUILD_TOOL" == "expo" ]]; then
Expand Down

0 comments on commit ee7cd89

Please sign in to comment.