From bb4e6835d44d248d26ee2c48acbf7afa1bcc27cf Mon Sep 17 00:00:00 2001 From: Danny Banks Date: Sat, 4 Nov 2023 17:17:31 -0700 Subject: [PATCH] chore(docs): fix expo snack (#4630) --- docs/src/components/ExpoSnack.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/components/ExpoSnack.tsx b/docs/src/components/ExpoSnack.tsx index 64d568f6fe4..747750d309b 100644 --- a/docs/src/components/ExpoSnack.tsx +++ b/docs/src/components/ExpoSnack.tsx @@ -31,7 +31,8 @@ const defaultOptions: SnackOptions = { loading: 'lazy', sdkVersion: '45.0.0', dependencies: [ - '@aws-amplify/ui-react-native,aws-amplify', + '@aws-amplify/ui-react-native', + 'aws-amplify@5.3.11', 'react-native-safe-area-context', 'amazon-cognito-identity-js', '@react-native-community/netinfo',