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