Join Slack
Powered by
Is it possible to use independent libraries for io...
# multiplatform
c
Chrees
02/11/2024, 12:15 AM
Is it possible to use independent libraries for ios and android and have them share common UI using composable? I.e. ARKit and SceneView Android
l
louiscad
02/12/2024, 11:56 AM
In Compose Multiplatform, yes, with
AndroidView
and
UIKitView
. expect/actual work with Composable functions too.
👍 1
2
Views
Open in Slack
Previous
Next