79737437

Date: 2025-08-16 19:26:38
Score: 1
Natty:
Report link

Maybe it actually for someone:

import { router } from 'expo-router';

const Abc = () => {
  return (
    <Button
      title="Pop to top in current stack"
      onPress={() => router.dismissAll()}
    />
  );
}

Just use dismissAll() fn

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Андрей Кот