Is there anyway of getting the Xcode preview to render when sharing UI composables
🔖 2
👍 2
k
Kashismails
08/01/2023, 2:19 PM
following
m
mohamed rejeb
08/01/2023, 4:23 PM
No I don't think that so. For me xcode previews breaks even with swiftui and KMP business logic.
c
Cherrio LLC
08/01/2023, 7:43 PM
Really?? Preview works fine for me when i use SwiftUI and KMP
m
mohamed rejeb
08/01/2023, 7:59 PM
@Cherrio LLC it works for me too but not all the times, there's some particular cases (I think using a data class with enum as a State is one of the cases)
r
Rafs
08/01/2023, 10:28 PM
It doesn't work at all for me. I just have one shared compose ui view and no business logic, just as a test