react-native-popover-menu
react-native-popover-menu copied to clipboard
Icon returning undefined
somehow, this code const play = <Icon family="EvilIcons" name="play" color="#000" size={24} />;
is returning this warning: React.createElement: type is invalid.
console.log play
returns this: <UNDEFINED color="#000" family="MaterialIcons" name="delete-forever" size={24} />
Why is it showing UNDEFINED?
@dayaki: Could you share how you have imported Icon class. Did you installed and configured react-native-vector-icons
library?
Thanks </ Pranav >