标签: reactjs react-native npm
我在使用以下代码时遇到以下错误:
警告:道具类型失败:提供给 tintColor 的道具样式键 Text 无效
tintColor
Text
<Text style={{ tintColor: focused ? 'white' : 'black', fontSize: 14, fontFamily: 'SF Pro Text', marginBottom: 15 }} >
答案 0 :(得分:0)
tintColor 应该只适用于 <Image> 组件
<Image>