我不知道如何在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);