Replies: 1 comment 1 reply
-
Hi @Otbivnoe, typically you send actions with animations by doing: viewStore.send(.buttonTapped, animation: .default) Whatever state changes are made from sending that action will be done so inside a However, I'm not sure SwiftUI animations control the push animations for |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey! Is it possible to disable a push animation for NavigationStackStore? Is there a way of invoking
withAnimation(nil)
directly in a reducer where I mutate a path variable?Beta Was this translation helpful? Give feedback.
All reactions