shoutem/ui

StatusBar style fixing

merkdev opened this issue · 1 comments

Hello there,

There is statusBar options in navigationBar component. But barStyle for statusBar is wrong written.

return color(bgColor).isDark() ? 'light-content' : 'default';

im guessing; "default" should be replaced with 'dark-content'

Thanks!

Any update on this issue ?