liveview-native / liveview-client-jetpack

MIT License
101 stars 3 forks source link

JetPack -> Foundation -> Canvas: Canvas #12

Closed AZholtkevych closed 8 months ago

AZholtkevych commented 1 year ago

Doc: https://foso.github.io/Jetpack-Compose-Playground/foundation/canvas/

nelson-glauber commented 8 months ago

Mentioning @carson-katri

We don't support SwiftUI's Canvas element at all, because its API is not declarative, so doesn't really translate to markdown. The same goes for Path. Instead we have recommended using it within a custom View in the registry.

Therefore, Jetpack Compose will not support that as well.