I\'m implementing React Navigation in my React Native app, and I\'m wanting to change the background and foreground colors of the header. I have the following:
/
Try this working code
static navigationOptions = { title: 'Home', headerTintColor: '#ffffff', headerStyle: { backgroundColor: '#2F95D6', borderBottomColor: '#ffffff', borderBottomWidth: 3, }, headerTitleStyle: { fontSize: 18, }, };