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 code:
static navigationOptions = { headerTitle: 'SignIn', headerTintColor: '#F44336' };
good luck!