Reputation: 461
I am interested to understand if we can develop a particular page of the app in Compose Multiplatform, package it as a library/bundle and include it in the existing Android and iOS app projects for consumption (similar to React Native)
Upvotes: 2
Views: 492
Reputation: 945
Yes, but only if you are using Compose for iOS(it's not stable yet Jun 2023). A component written in Composer for iOS can be integrated into a native iOS application.
For more info checkout this presentation: https://www.youtube.com/watch?v=FWVi4aV36d8
and blog post "Interoperability with SwiftUI and UIKit views": https://blog.jetbrains.com/kotlin/2023/05/compose-multiplatform-for-ios-is-in-alpha/#InteroperabilitywithSwiftUIandUIKitviews
Upvotes: 0