79406591

Date: 2025-02-02 12:44:34
Score: 0.5
Natty:
Report link

you can disable the animation entirely by setting the animation option to 'none'

import { useRouter } from 'expo-router';

const router = useRouter();

router.replace({
  pathname: '/new-screen',
  params: { someParam: 'value' },
  animation: 'none', // Disables all animations
});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: nazmul