I am currently struggling and totally blocked in t...
# multiplatform
e
I am currently struggling and totally blocked in the implementation of my KMP application with a problem using
UIKitView
. I created a composable which contains a TopBar and a container for the rest of the screens of my app. I inject the content in the composable with an
AndroidView
on Android (as I am inflating a fragment), and with a
UIKitView
on iOS. In Android it works fine and I see my screen. In the other hand, in iOS the content is not rendered. I am using SwiftUI, and I created a minimal repo in github which reproduces my problem. Did somebody else face this issue or anyboday can help me with it? Thank you in advance!