📌  相关文章
📜  fontfamily "occticons" 不是系统字体,还没有通过 font.loadasync 加载. - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:21.754000             🧑  作者: Mango

代码示例1
fontfamily "octicons" is not a system font and has not been loaded through font.loadasync.
The fix for the above error would in 3 steps as following:
1. Delete node_modules folder from the root directory.
2. Delete package-lock.json file from the root directory of react-native project.
3. Run npm install from project directory.