-
Notifications
You must be signed in to change notification settings - Fork 181
Add iOS target using Compose Multiplatform #312
Copy link
Copy link
Open
Labels
help wantedWe'd love to have community involvement on this issue.We'd love to have community involvement on this issue.priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
Activity
Metadata
Metadata
Assignees
Labels
help wantedWe'd love to have community involvement on this issue.We'd love to have community involvement on this issue.priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Describe the solution you'd like
Add platform-specific code for iOS, using JetBrains Compose Multiplatform.
JB Compose iOS support is now in Alpha compose-multiplatform/releases/tag/v1.4.0 and enables the use of UiKit views in Compose.
Kotlin Multiplatform Mobile recently moved to Beta and
cocoapodsintegration works: kotlinlang.org/docs/native-cocoapods.htmlSince
android-maps-composelibrary is a wrapper for an Android view, it may result easy to adapt the existing structure to wrap also iOS objective-c Maps sdk.A quick implementation labeled as
alphacould come handy for developers to start playing with it, while waiting JB Compose iOS support to exit Alpha state.