Hi guys! Have you ever tried to create a Compose Multiplatform Library with a UI that will be used in an iOS native project?
I would like to have something like this:
• Create a multiplatform module "shared-ui"
• Create inside it a button "CustomButton" that uses Material3
• Export the module to a library. I would like to use pods on iOS
• Install the pods on an iOS project
• In the SwiftUI contentView, import the pod and reuse the button.
Is it a good practice?
If you have a project that implements it, please share with me an example!
Thank you all!