【发布时间】:2017-07-16 03:41:42
【问题描述】:
如何更改 react-native-element 中搜索栏的图标。
<Icon type='font-awesome' name="share-alt" size={33} color="red" />
上面的代码确实可以正确渲染图标。
但相同的图标在以下代码中显示为叉号
<SearchBar
lightTheme
icon = {"share-alt", "red"}
inputStyle={{margin: 0, padding:3, flex:1}}
containerStyle={{flex:1, height:undefined}}
onChangeText={() => {}}
placeholder='ABC' />
【问题讨论】:
-
你能附上屏幕截图吗?
-
添加了屏幕截图
标签: react-native icons font-awesome searchbar