- 1、安装图标库
npm install react-native-vector-icons --save
- 2、运行命令
react-native link
- 3、查找自己的图标传送门
- 4、使用
import Icon from 'react-native-vector-icons/FontAwesome';
<Button transparent>
<Icon name='gitlab' size={20} color="#f00"/>
</Button>
npm install react-native-vector-icons --save
react-native link
import Icon from 'react-native-vector-icons/FontAwesome';
<Button transparent>
<Icon name='gitlab' size={20} color="#f00"/>
</Button>