Hello guys, how can we get ios native theming when...
# compose-ios
b
Hello guys, how can we get ios native theming when using compose
k
what do you mean?
val systemIsDark = isSystemInDarkTheme()
works on any platform
b
i would like to get IOS feel instead of material design theme on IOS
k
Light/Dark are not related to the material theme
b
i am not talking about dard/light but theming, feel and look
k
a
Recently published first alpha release https://github.com/alexzhirkevich/compose-cupertino. But not dive too far, all apis are experimental
🚀 1
😍 1
b
Thank you guys for sharing