import React from 'react'; import { View, Text, StyleSheet } from 'react-native'; import { useRouter } from 'expo-router'; import { Ionicons } from '@expo/vector-icons'; import { Screen } from '@presentation/components/layout/Screen'; import { Button } from '@presentation/components/ui/Button'; import { colors, typography, spacing, radius } from '@shared/theme'; /** * Tela de Senha Redefinida — 135-0 * Confirmação de sucesso após redefinição de senha. */ export default function PasswordResetDoneScreen(): React.ReactElement { const router = useRouter(); return ( Senha redefinida! Sua senha foi alterada com sucesso. Você já pode fazer login com a nova senha.