I have the following graphic at the top of the screen in my React Native app:
Obviously the problem is that the time, battery power, etc, are hard to see because the graphic is black. How do people normally deal with this kind of thing? If I made it white, I'd run the risk of it being less visible if the time etc on a particular phone is white. Should I just put padding at the top of the screen so that the graphic doesn't overlap with the text?