static navigationOptions = {
headerTitle:'Booking',
headerTitleStyle: {color:'white'},
headerStyle: {backgroundColor:'orange'}
}
My title is as follows. I want to change the color of the default button icon on iOS. I can change the color of the name, but there is no way to change the color of the icon. I was wondering if there is a way to change the color or implement my own headerLeft property is the best option?
source
share