在我的react-native应用程序中,我添加了这个库react-native-vector-icons来使用图标.在
github页面中,FontAwesome列在捆绑的图标集中.但我不知道如何在元素中引用一个fontawesome项目.似乎我只能使用“ios-xxx”,“md-xxx”或“log-xxx”.
当我尝试这样的事情时:
<Icon name='fa-RSS' style={{marginRight:10}} />
我收到这个警告:
使用
原文链接:https://www.f2er.com/react/300913.htmlimport Icon from 'react-native-vector-icons/FontAwesome'; <Icon name="RSS" size={30} color="#900" />