React native 开发如何使用阿里的icon

首先是通过Text来引用的 但是区分是 familay 

<Text style={{fontFamily:'iconfont',
fontSize:fontsize,
color:this.state.active?selectcolor:notselectcolor}}>&#xe621;</Text>

好吧,开始

然后。http://www.jianshu.com/p/96d5c66791c3 就这样吧



原文地址:https://www.cnblogs.com/allenxieyusheng/p/7582643.html