关于RefreshControl的问题
来源:12-6 搜索页面实现-3【实战应用】
Pansychen
2019-03-03
其中RefreshControl中的titleColor、colors、tintColor属性是设置的THEME_COLOR,常量,其余的和老师写的一样,报错如图片。希望老师解答,谢谢。
写回答
1回答
-
RefreshControl的colors接收的是数组,建议通过debug打个断点,检查下赋值对不对?
colors={[theme.themeColor]}
可参考:
https://git.imooc.com/coding-304/GitHub_Advanced/src/master/js/page/TrendingPage.js#L271
012019-03-05
相似问题