How can we move between scenes without transitions?
when you have to navigate to a certain scene we can use duration: 0.
But if it's a generic pop? how can i pop without animations?
@scerelli I managed to disable all transition animations by setting duration={0} on the Router itself.
<Router duration={0}>
Maybe you have to use less scarseria.
Most helpful comment
@scerelli I managed to disable all transition animations by setting
duration={0}on theRouteritself.Maybe you have to use less scarseria.