Does preview support for compose multiplatform?
# compose
j
Does preview support for compose multiplatform?
p
Only desktop and android targets at the moment. For iOS, you might embed the Compose UIViewController in a swift-ui View. But not sure if there is a limitation with this approach. I believe I saw some previews in Xcode the other day, but don't recall if they were pure swift-ui or swift-ui-compose
👍 1