1111

react native头部标题样式修改

navigationOptions: ({navigation}) => ({
headerTitle:'评估记录',
headerBackTitle:null,
headerLeft:null,
headerStyle: {
backgroundColor: '#000',
color:'#fff',
},
headerTitleStyle:{
color:'#fff',
},
}),
posted @ 2018-10-17 16:50  星小星啊  阅读(2442)  评论(0编辑  收藏  举报