Hello everyone, I am using compose multiplatform a...
# multiplatform
p
Hello everyone, I am using compose multiplatform and I just want to call a swiftUi view in compose code and they have given something about that here https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-ios-ui-integration.html#use-swiftui-inside-compose-multiplatform but it looks like I will have access to that swiftUI view only in my entryPoint, how can I use that view somewhere deep in app, like after 5-6 screens?
u
try to search for google map view example over github