-
Hello, Thank you for this amazing library. I am an Android Developer, new to iOS, developing an app in both platforms with Kotlin Multiplatform. I am going to describe my use case in some general terms: Now let's say that I have two screens that I need to display to the user. I declare a coordinator like this:
And listen to the navigation commands in the app
This doesn't result in any navigation. On the other hand, if I change the Now the question is:
I would appreciate any help. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, did not run to test, but my take is that your view is not in a navigation stack, so push won't work.
|
Beta Was this translation helpful? Give feedback.
Hi, did not run to test, but my take is that your view is not in a navigation stack, so push won't work.
Can you try warp your coordinator into a
NavigationViewCoordinator
like