How do I hide the shadow under react-navigation headers? They look like this.
The shadow is achieved via elevation, use:
headerStyle: { backgroundColor: 'white', shadowColor: 'transparent', elevation: 0, },