Replies: 2 comments 3 replies
-
Just get navigator before SideEffect
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Just retrieve your navigator and use it inside a launched effect. That's how I'm doing: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Has anyone experienced with MVI + Voyager + ModeView. Problem is with ViewEffect/Action (usually navigation to somewhere, show toast etc.)
using ViewEffect.collectedAsState not working correctly
and with using SideEffect or something then using Navigator is impossible as the Navigator is composable.
If somebody using MVI here, can I see your base classes?
Beta Was this translation helpful? Give feedback.
All reactions