import { View, Text, StyleSheet, TouchableOpacity, Linking, Button } from 'react-native'; import { useAuthenticator } from '@aws-amplify/ui-react-native'; import useFetchUserAttributes from '../hooks/useFetchUserAttributes'; function SignOutButton() { const { signOut } = useAuthenticator(); return