react-native-emoji-input
react-native-emoji-input copied to clipboard
category tab icons missing
Some icons from category tab is missing and is not displaying.
{ key: 'fue', title: 'Frequently Used', icon: props => ( <Icon name="clock" type="material-community" {...props} /> ), },
I looked at the component and found it is using react native element
which uses a set of icons.
In my mobile it is not showing any icons of type="material community"
I do not know its a bug or not but I think this should be fixed
Hi @aaeronn, sorry about the delay here. I was on conference travel. I can take a look shortly at this issue and see what's going on once I get back to my machine
@rijn Do you think you can look at this?
@sskhandek i think this could be fixed by running react-native link react-native-vector-icons or following the manual instructions for both platforms. The issue seems to be that the library is not correctly installed