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