gpt4 book ai didi

javascript - React Native 上无法识别的字体系列

转载 作者:可可西里 更新时间:2023-11-01 06:18:53 24 4
gpt4 key购买 nike

我在使用 React Native 时遇到了一个奇怪的错误。在我的 button.js 中,我正在做

import Icon from "react-native-vector-icons/MaterialIcons";
const icon = (Icon name="menu size={20} color="green"/>);
render()
return(
{icon}
)

但是我得到了错误

Unrecognized Font Family 'Material Icons'

但是,当我将 FontAwesome 导入为:

import Icon from "react-native-vector-icons/FontAwesome";

我没有收到任何错误。

最佳答案

同样的问题在触发loadFont()方法后得到修复

import Icon from 'react-native-vector-icons/FontAwesome';

Icon.loadFont();

关于javascript - React Native 上无法识别的字体系列,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37976756/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com