gpt4 book ai didi

ios - React Native iOS 无法识别的字体系列 'Material Design Icons'

转载 作者:行者123 更新时间:2023-12-05 03:39:07 30 4
gpt4 key购买 nike

我正在使用 React Native 构建一个移动应用程序。当前应用程序在 Android 上运行良好,但在 iOS 上崩溃。这是给出的错误:

enter image description here

这些是我正在使用的依赖项:

  "dependencies": {
"@react-native-community/datetimepicker": "^3.5.2",
"react": "17.0.1",
"react-native": "0.64.2",
"react-native-elements": "^3.4.1",
"react-native-paper": "^4.9.2",
"react-native-safe-area-context": "^3.2.0",
"react-native-vector-icons": "^8.1.0"
},

经过一些研究,社区建议手动链接一些依赖项。因此,我链接了 @react-native-community/datetimepicker、react-native-safe-area-context、react-native-vector-icons。但是他们产生了以下错误:

enter image description here

因为我使用的 RN >= 0.60。所以我取消了它们的链接,然后 Unrecognized font family Material Design Icons 仍然存在。我确实使用 "npx pod-install" 多次重建我的应用程序,但没有成功。我应该怎么做才能消除错误并正确加载 Material Design 图标

最佳答案

import MaterialCommunityIcon from 'react-native-vector-icons/MaterialCommunityIcons';

调用文件开头的函数

MaterialCommunityIcon.loadFont(); 

用法:

<MaterialCommunityIcon name="rocket" color="red" size={20} />

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

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