我想更改导航栏的背景色,但返回到我:TypeError:对象不是一个函数(正在评估“ renderHeader”);
如何解决此错误?
static navigationOptions = ({navigation}) => ({
title: 'Login',
header: {
title: "Title",
style: {
backgroundColor: 'red'
},
tintColor: 'red'
}
});
答案 0 :(得分:3)
尝试一下...
static navigationOptions = () => ({
title: 'Contact Us',
headerTintColor: Colors.Green,
headerStyle: {
backgroundColor: 'red'
}
});
为特定页面隐藏navigationbar
static navigationOptions = {
header:null
}
答案 1 :(得分:2)
我猜,group by dno, dname
应该是对象。试试这个:
select max(dno) ... group by dname