react-native-vector-icons 图标查找

2024-08-04  本文已影响0人  Blue_Color

https://oblador.github.io/react-native-vector-icons/

image.png
使用方法
import Icon from 'react-native-vector-icons/AntDesign';
<View style={{justifyContent:'center',alignItems:'center'}}>                                                    
        <Icon name="down" size={15} color="#000" />
</View>
上一篇 下一篇

猜你喜欢

热点阅读