SyntaxFix
Write A Post
Hire A Developer
Questions
We can fix it by setting headerLeft to null
static navigationOptions =({navigation}) => { return { title: 'Rechercher une ville', headerLeft: null, } }