安装
yarn add react-native-vector-icons -D
引入
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle";
使用
eg:
import Entypo from 'react-native-vector-icons/Entypo';
<Entypo name="chevron-thin-right" fontSize="20" color="#999" />