我想问一下底部TabBar 我使用的是react-navigation,对于选中颜色更改我用了如下代码
tabBarOptions: {
activeTintColor: '#2196F3',
labelStyle: {
fontSize: 12,
},
style: {
backgroundColor: 'white',
},
},
官方是这么解释的
activeTintColor:label and icon color of the active tab
但是这只能改变文字的颜色,请问图片颜色要怎么改?(本来想通过图片设置来修改,但是设置图片只有 tabBarIcon? 没有tabBarSelectedIcon)