你可以为 SVG 设置一个通常采用十六进制颜色的道具吗?在 React Navigation 中,活动背景(选项卡图标/文本后面的选项卡颜色)需要是 SVG,而不是像这样的十六进制颜色:
tabBarOptions: {
activeTintColor: colors.white,
activeBackgroundColor: <SVG here>,
inactiveTintColor: colors.primary.black,
inactiveBackgroundColor: colors.white,
labelStyle: {
fontWeight: "bold",
},
}