Join Slack
Powered by
Is there a way of changing status bar color in com...
# compose
e
Emmanuel Mtera
01/02/2024, 9:25 AM
Is there a way of changing status bar color in compose multi platform that will work for both ios and android?
m
Mofe Ejegi
01/02/2024, 10:10 AM
You can use a platform-specific implementation of this for both platforms. Check out this example here:
https://github.com/joelkanyi/FocusBloom/blob/develop/shared/src/androidMain/kotlin/com/joelkanyi/focusbloom/platform/StatusBarColors.android.kt
and the ios Equivalent here:
https://github.com/joelkanyi/FocusBloom/blob/develop/shared/src/iosMain/kotlin/com/joelkanyi/focusbloom/platform/StatusBarColors.ios.kt#L54
Mofe Ejegi
01/02/2024, 10:12 AM
Note that they're both actual functions with an expect function declared in the common module
10
Views
Open in Slack
Previous
Next