ant-design / ant-design-mobile-rn

Ant Design for React Native
https://rn.mobile.ant.design/
MIT License
3k stars 610 forks source link

warn dependency.assets is not allowed #1276

Closed hwjm closed 1 year ago

hwjm commented 1 year ago

version: "react-native": "0.70.6", "@ant-design/react-native": "5.0.3",

当我运行"yarn android"时, 得到下面警告, 并且项目中不显示图标;

warn Package @ant-design/react-native contains invalid configuration: "dependency.assets" is not allowed. Please verify it's properly linked using "react-native config" command and contact the package maintainers about this.

evan0204 commented 1 year ago

link问题,直接手动添加字体文件即可

yuanjiexuan commented 1 year ago

怎么添加字体文件

inkcrazy666 commented 10 months ago

怎么添加字体文件

不知道怎么改文件,我是手动添加的

android

截屏2023-09-02 17 19 43

iOS项目 复制字体文件到Resource文件下 截屏2023-09-02 17 19 33

info.plist中配置 截屏2023-09-02 17 19 26