react native头部标题样式修改

navigationOptions: ({navigation}) => ({
headerTitle:'评估记录',
headerBackTitle:null,
headerLeft:null,
headerStyle: {
backgroundColor: '#000',
color:'#fff',
},
headerTitleStyle:{
color:'#fff',
},
}),
原文地址:https://www.cnblogs.com/yuxingxingstar/p/9805172.html