import { useRouter } from 'expo-router'; const router = useRouter(); const goToRoot = (): void => { router.dismissAll() };