I\'m using NativeBase with Exponent. The Header goes beneath the phone\'s StatusBar. You can see this in the NativeBase demo that Exponent released.
Does anyone
I ended up adding a marginTop with the value of the device's StatusBar.
import { StatusBar, } from 'react-native'
In my global stylesheet:
header: { marginTop: StatusBar.currentHeight, }