小编Rus*_*tov的帖子

如何在 React Native 和 NativeWind 中使用自定义字体?

我是 React-Native 的新手,我在添加字体时遇到问题,我试图从 .otf 文件加载自定义字体,但出现错误:

fontFamily "Pixel-Musketeer" is not a system font and has not been loaded through Font.loadAsync.

- If you intended to use a system font, make sure you typed the name correctly and that it is supported by your device operating system.

- If this is a custom font, be sure to load it with Font.loadAsync.
Run Code Online (Sandbox Code Playgroud)

我尝试使用 Font.loadAsync 但无论如何都会出现此错误。

我现在的代码:

主页.js

fontFamily "Pixel-Musketeer" is not a system font and has not been loaded through Font.loadAsync.

- If …
Run Code Online (Sandbox Code Playgroud)

javascript android ios reactjs react-native

5
推荐指数
1
解决办法
2925
查看次数

标签 统计

android ×1

ios ×1

javascript ×1

react-native ×1

reactjs ×1