gpt4 book ai didi

react-native - 用 MaterialCommunityIcons 中的图标替换 react-native-paper 搜索栏中的搜索图标

转载 作者:行者123 更新时间:2023-12-04 02:49:58 26 4
gpt4 key购买 nike

我想更改 searchbar 中的搜索图标带有条形码扫描图标的 react-native-paper。
native 论文使用 react-native-vector-icons图标和条形码扫描在 MaterialCommunityIcons 中可用
这是我试过的代码,它给出了一个空白而不是一个图标

import MaterialCommunityIcon from 'react-native-vector-icons/MaterialCommunityIcons';
<Searchbar
placeholder="Search"
onChangeText={query => { this.setState({ firstQuery: query }); }}
value={firstQuery}
icon={<MaterialCommunityIcon name="barcode-scan" size={30}/>}
/>

这是正确的方法还是我遗漏了什么?

enter image description here

最佳答案

你必须使用回调来传递图标属性中的组件

icon={() => <MaterialCommunityIcons name="barcode-scan" size={30}/>}

关于react-native - 用 MaterialCommunityIcons 中的图标替换 react-native-paper 搜索栏中的搜索图标,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55532575/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com