Hello, is compose multiplatform on iOS is pure native just like building UI with swift UI?,
l
Landry Norris
05/07/2023, 3:58 PM
It's canvas-based. There's an internal ComposeUIView, and Compose draws to that with skia. If you're looking for just something that binds to UIView, Cashapp is working on a library called redwood for that.