-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Closed
Labels
Description
With version 2, navigation.replace
will also animate. I wonder how can I disable the transition animation just for .replace
calls? I want to keep the animation when doing .navigate
, but no when replacing.
Ideally, however, I want the .replace
call to just animate "backwards". I'm using replace to go to a previous screen which I unmount since it's too heavy. How can I achieve that?
Jekiwijaya, ehynds, winkelsdorf and lauraliism