【问题标题】:How can I solve react-native styled-icon error如何解决 react-native styled-icon 错误
【发布时间】:2020-06-29 01:00:21
【问题描述】:

我在 react-native 中使用样式图标有一个基本问题。 错误:不变违规:提供给StyleSheet generated 的价值inline-block 的无效道具display,应为[“none”,“flex”]之一。生成的样式表:{ "display": "inline-block", "verticalAlign"

这个enter image description here有截图

【问题讨论】:

  • react native 没有内联块。使用 flex 或 block 作为显示属性

标签: javascript react-native styled-components


【解决方案1】:

styled-icons 与 react-native 不兼容。您可以使用react-native-vector-icons 代替styled-icons

【讨论】:

    猜你喜欢
    • 2021-03-09
    • 2021-06-17
    • 2020-01-26
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-01-18
    相关资源
    最近更新 更多