react native头部标题样式修改
navigationOptions: ({navigation}) => ({
headerTitle:'评估记录',
headerBackTitle:null,
headerLeft:null,
headerStyle: {
backgroundColor: '#000',
color:'#fff',
},
headerTitleStyle:{
color:'#fff',
},
}),

浙公网安备 33010602011771号