In my React Native app on iOS, I want to make a <View>
that wraps the status bar. Most places say that it should be 20px
in height, but on the iPhone 11, for example, it seems to be higher than that. I want a solution that fits all devices.
How should I approach this?