我想将“Sun”文本的标题更改为红色。
我已经根据文档使用此代码
theme={{
'stylesheet.calendar.header': {
dayTextAtIndex0: {
color: 'red'
},
dayTextAtIndex1 : {
color: 'blue'
}
},
'stylesheet.day.basic': {
dayTextAtIndex0: {
color: 'red'
},
dayTextAtIndex6: {
color: 'blue'
}
},
}}
但在应用程序中,日历仍然是这样的
我应该怎么办?