Search code examples
javascriptreact-nativestyled-components

How can I solve react-native styled-icon error


I have a basic problem with usage of styled-icons in react-native. Error: Invariant Violation: Invalid prop display of value inline-block supplied to StyleSheet generated, expected one of ["none","flex"]. StyleSheet generated: { "display": "inline-block", "verticalAlign"

There is a screenshot with this enter image description here


Solution

  • styled-icons not compatible with react-native. You can use react-native-vector-icons instead of styled-icons.