美文网首页react native bug集锦
react-native-elements/ListItem b

react-native-elements/ListItem b

作者: IDO0 | 来源:发表于2017-07-17 14:57 被阅读228次

    在使用listitem的时候发现在Android上右图片默认显示不出来,在iOS运行直接报错 Unrecognized font family 'Material Icons'。


    androidlistitem.png ioslistitem.png

    修复:
    打开ListItem源码发现这个


    code.png

    所以解决这个很简单只要设置hidechevron=true就可以了。


    fixcode.png
    或者也可以修改设置默认值
    default.png

    修改后效果:

    androidright.png
    iosright.png
    版本信息:
    "react": "16.0.0-alpha.6",
    "react-native": "0.44.3",
    "react-native-elements": "^0.14.0",
    "react-native-vector-icons": "^4.2.0",
    相关issue:https://github.com/react-native-training/react-native-elements/issues/503

    相关文章

      网友评论

        本文标题:react-native-elements/ListItem b

        本文链接:https://www.haomeiwen.com/subject/vsnwhxtx.html