From ee7cd89cb547a4d46c0d86dc4a5e610971cd0446 Mon Sep 17 00:00:00 2001 From: Jordan Van Ness Date: Fri, 6 Dec 2024 14:39:50 -0800 Subject: [PATCH] fix: resolve React Native build test failure (#6239) * 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 --- build-system-tests/scripts/mega-app-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-system-tests/scripts/mega-app-install.sh b/build-system-tests/scripts/mega-app-install.sh index ab694a0157b..9f5e5b17faf 100755 --- a/build-system-tests/scripts/mega-app-install.sh +++ b/build-system-tests/scripts/mega-app-install.sh @@ -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