React Native iconfont导入

http://www.iconfont.cn/

代码

iconfont: {
        fontFamily: 'iconfont',
        color: StaticColor.CALENDER_ICON_COLOR,
        paddingTop:3,
        fontSize: 16,
        marginLeft:10,
    }

ios android 导入文档
http://www.jianshu.com/p/c35a905deca9

不导入会出错

你可能感兴趣的:(React Native iconfont导入)