ant-design / ant-design-icons

⭐ Ant Design SVG Icons
https://ant.design/components/icon/
MIT License
940 stars 577 forks source link

用expo方式创建的RN项目,引人antd图标报错 #556

Open zqyts opened 1 year ago

zqyts commented 1 year ago

报错信息: fontFamily "antoutline" is not a system font and has not been loaded through Font.loadAsync.

zqyts commented 1 year ago

I has solved, at useCachedResources.ts file need to add Font.loadAsync: await Font.loadAsync('antoutline', require('@ant-design/icons-react-native/fonts/antoutline.ttf')) await Font.loadAsync('antfill', require('@ant-design/icons-react-native/fonts/antfill.ttf'))