如何将Icofonts集成到React Native中(使用React Native Paper)?

时间:2019-04-09 23:40:59

标签: react-native fonts

我不知道如何在React Native中使用Icofont。我在安装React Native Paper的情况下使用React-Native-Vector-Icons,并且尝试按照说明here进行操作,但仍然收到“缺少资源”错误。有谁知道如何使用Icofont扩展React Native Vector Icons?

我尝试使用IcoMoon中的json文件:

import {createIconSetFromIcoMoon} from 'react-native-vector-icons';
import icoMoonConfig from './../selection.json';
export default createIconSetFromIcoMoon(icoMoonConfig);

0 个答案:

没有答案