【发布时间】:2019-12-04 05:52:56
【问题描述】:
我需要知道在我的 react-native 应用(iOS 和 Android)中添加 fontFamily 和图像的最佳做法是什么
以前我习惯在(iOS)的Resources文件夹和android drawable文件夹(images)中添加FontFamily和Images
【问题讨论】:
标签: xcode image react-native font-family
我需要知道在我的 react-native 应用(iOS 和 Android)中添加 fontFamily 和图像的最佳做法是什么
以前我习惯在(iOS)的Resources文件夹和android drawable文件夹(images)中添加FontFamily和Images
【问题讨论】:
标签: xcode image react-native font-family
【讨论】:
对我来说,我添加了此博客中提到的自定义字体。它工作正常。
https://medium.com/@sharadkatre01/custom-font-installation-in-react-native-e8ac44b7a121
【讨论】: