On my app, most of the app has a backgroundColor set to white, so, I want to set my statusbar to black, according to the documentation this should work:
<StatusBar barStyle={'dark-content'} translucent={true} />
but as you can see in the image:
now if I just put a green background to check the statusbar I get this:
What can I do to solve this issue?