坑一、使用Ant Design Mobile RN 创建一个tabBar时,报这样一个错,console.error:console.error: "fontFamily "antoutline" is not a system font and has not been loaded through Font.loadAsync.
Simulator Screen Shot - iPhone X - 2019-07-12 at 10.43.09.png
error:console.error.error:"fontFamily"antoutline"不是系统字体,尚未通过 Font.loadAsync 加载,,,一直以为这报错是字体出现问题,结果我去竟然是因为使用iOS模拟器的时候不能使用。。
icon={<Icon name="home" />}这种形式的代码要改为icon={<Ionicons name ="md-checkmark-circle" size = {32} color ="#949494" />类型的。//尼玛文档上Ant Design Mobile RN的文档能标注一下吗????











网友评论