I don't quite understand SwiftUI Navigation. In Compose you have to declare all of your composables in a nav graph and just do your navigation from there. SwiftUI doesn't have that? Where should I declare my views?
k
krzysztof
04/16/2023, 11:25 PM
It seems like you are using compose navigation, which is not multiplatform. For this, I suggest looking into Decompose (https://github.com/arkivanov/Decompose), which provides a multiplatform navigation tooling