我在react-native run-ios中有这个错误: error : unrecognize ionicons react native
发布于 2019-01-03 14:45:01
此错误是由于react原生没有该字体系列,对于自定义字体,您需要自己添加它,这里是链接,希望这将有所帮助:https://medium.com/react-native-training/react-native-custom-fonts-ccc9aacf9e5e
发布于 2019-01-03 12:41:21
你用react-native link链接它了吗?
https://stackoverflow.com/questions/54002961
复制相似问题