Follow

The Skip transpiler unifies the Swift and type systems, so you can pass objects and callbacks back and forth to Kotlin/Java code

So when there’s some iOS API you want to use that Skip hasn’t ported yet, the general pattern is:

!SKIP
… use iOS API

… Android fallback

And that includes mixing Compose views with SwiftUI! Use our ComposeView { … } to call Compose from SwiftUI, or call .Compose() on any SwiftUI view to use it from Compose code

· · Web · 0 · 0 · 0