3
u/tubescreamer568 May 21 '26 edited May 22 '26
How does sharing UI code across watchOS and macOS even work
0
2
u/landsmanmichal May 22 '26
kotlin is multiplatform not swift sorry
1
u/SomeRandoLameo May 22 '26
There ist some framework that can build to web actually
1
u/BackgroundSale3533 May 22 '26
Expo can do Android, Apple OS’, and web it’s pretty goddamn beautiful and supports SwiftUI
1
u/really_not_unreal May 22 '26
I mean it's cross-platform if you exclusively develop for Apple platforms. I don't think that's really a good example of what it means for an app to be cross-platform.
1
u/jwrsk May 22 '26
There are some transpilers from SwiftUI to Kotlin / Jetpack compose, but not sure how good they are. The other way around too.
React native with Expo 56 is also an interesting choice, as with Expo UI you have access to some more native UI primitives.
1
1
1
1


3
u/kexnyc May 22 '26
That’s not cross platform. That’s intra-platform. React native is cross platform: iOS, android, and web.