【问题标题】:Unable to show "Edit" icon of "react-native-vector-icons" on ios无法在 ios 上显示“react-native-vector-icons”的“编辑”图标
【发布时间】:2019-08-26 14:02:38
【问题描述】:

我正在开发一个 React Native 应用程序。我正在使用反应原生矢量图标。我无法显示编辑图标,这是我的代码

import Icon from 'react-native-vector-icons/FontAwesome';    

<Icon style={{marginTop : '1.5%'}} name="Edit"/>

这显示的是问号而不是图标。

如果我这样做了

import Icon from 'react-native-vector-icons/FontAwesome';    

<Icon style={{marginTop : '1.5%'}} name="area-chart"/>

我得到“面积图”图标。为什么“面积图”图标有效,而不是“编辑”图标。

【问题讨论】:

    标签: react-native react-native-vector-icons


    【解决方案1】:

    我认为名字应该是小写字母,例如,

    <Icon style={{marginTop : '1.5%'}} name="edit"/>
    

    更多信息请参考this & this

    【讨论】:

      【解决方案2】:

      尝试使用 type="font-awesome" &lt;Icon style={{marginTop : '1.5%'}} type="font-awesome" color: "pickYourColor" name="edit"/&gt;

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多