gpt4 book ai didi

react-native - React Native Paper - 无法识别的字体系列 'Material Icons'

转载 作者:行者123 更新时间:2023-12-04 00:02:35 24 4
gpt4 key购买 nike

我正在创建一个新的 React Native 应用程序并使用 react-native-paper。这不是一个 Expo 应用程序,而是一个 vanilla react 原生应用程序。

react native 版本 > 0.6.0,我已经按照 react-native-paper 安装 https://callstack.github.io/react-native-paper/getting-started.html 中描述的步骤操作了

react-native-paper 组件的使用方式如下

<Avatar.Icon size={24} icon="folder" />

但是,当我使用命令 react-native run-ios 运行应用程序时编译成功,app打开但是红屏显示如下 enter image description here

最佳答案

找到了解决办法。

我不得不将以下内容添加到 info.plist

<key>UIAppFonts</key>
<array>
<string>AntDesign.ttf</string>
<string>Entypo.ttf</string>
<string>EvilIcons.ttf</string>
<string>Feather.ttf</string>
<string>FontAwesome.ttf</string>
<string>FontAwesome5_Brands.ttf</string>
<string>FontAwesome5_Regular.ttf</string>
<string>FontAwesome5_Solid.ttf</string>
<string>Foundation.ttf</string>
<string>Ionicons.ttf</string>
<string>MaterialIcons.ttf</string>
<string>MaterialCommunityIcons.ttf</string>
<string>SimpleLineIcons.ttf</string>
<string>Octicons.ttf</string>
<string>Zocial.ttf</string>
</array>

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

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