Hi everyone, Is it possible to use compose multip...
# compose
o
Hi everyone, Is it possible to use compose multiplatform on component level, instead of screen level? Here is my use case: I'm developing a chat app using Jetpack Compose on Android and SwiftUI on iOS. We have many chat bubbles, like text, image, voice etc. I want to write these chat bubble components on compose and use them in
List
in SwiftUI. Since it's only possible to create ViewControllers from components, would it be possible and would it make sense to use so many ViewControllers in a List (even if they're very light ViewControllers)
c
Might be good to ask in #compose-ios
1