How to use react-navigation's headerLeft and headerRight
问题 Using react-navigation, found that headerLeft did not respond? And there is no headerLeft, headerRight class Message extends React.Component { static navigationOptions = { tabBarLabel: '消息', headerTitle: () => ( <View style={styles.headerWrapper}> <Text adjustsFontSizeToFit style={styles.headerText}>消息</Text> </View> ), tabBarIcon: ({ focused, tintColor }) => ( <Image source={focused ? require('../images/clickmessage.png') : require('../images/message.png')} style={{ width: 26, height: 26,