"react-navigation": "^4.4.0",
"react-navigation-stack": "^2.8.2",
defaultNavigationOptions:{
header:<View><Text>default custom header</Text></View>
}
navigationOptions:{
header:<View><Text>screen custom header</Text></View>
}
navigationOptions:{ headerMode:'none' // 页面不需要 header }