Closed dallanlee closed 5 years ago
After digging around and looking at the plugins/packages this plugin uses, there is a setting appleStatusBarStyle
that can change the apple-mobile-web-app-status-bar-style
. in the options
object, you can just add appleStatusBarStyle: 'default',
(or 'black'
instead of 'default'
) to change it even though the README doesn't list that option as an option.
This plugin is automatically setting the
apple-mobile-web-app-status-bar-style
toblack-translucent
and there appears to be no option to change it.