警告:道具类型失败:提供给“Text”的无效 props.style 键“tintColor”

时间:2021-06-16 11:51:19

标签: reactjs react-native npm

我在使用以下代码时遇到以下错误:

<块引用>

警告:道具类型失败:提供给 tintColor 的道具样式键 Text 无效

<Text
style={{
  tintColor: focused ? 'white' : 'black',
  fontSize: 14,
  fontFamily: 'SF Pro Text',
  marginBottom: 15
  }}
>

1 个答案:

答案 0 :(得分:0)

tintColor 应该只适用于 <Image> 组件