react native头部标题样式修改

navigationOptions: ({navigation}) => ({
headerTitle:'评估记录',
headerBackTitle:null,
headerLeft:null,
headerStyle: {
backgroundColor: '#000',
color:'#fff',
},
headerTitleStyle:{
color:'#fff',
},
}),
上一篇:Pandas设置值


下一篇:python实现学生选课系统 面向对象的应用: