图标未显示在 react-native 中
Icon not showing in react-native
我正在使用 react-native-vector-icons 库在标签栏中显示图标,如下所示:
import FontAwesome from 'react-native-vector-icons/FontAwesome';
<FontAwesome name='trophy' />
但是没有显示图标,怎么办?
图标显示错误,因为找不到字体。我认为您需要检查捆绑包是否包含这些 .ttf 文件。
如果没有,Here is the guide i found from docs
我用你的代码测试的图标结果:
代码:
结果:
我正在使用 react-native-vector-icons 库在标签栏中显示图标,如下所示:
import FontAwesome from 'react-native-vector-icons/FontAwesome';
<FontAwesome name='trophy' />
但是没有显示图标,怎么办?
图标显示错误,因为找不到字体。我认为您需要检查捆绑包是否包含这些 .ttf 文件。
如果没有,Here is the guide i found from docs
我用你的代码测试的图标结果:
代码:
结果: