sskhandek / react-native-emoji-input

A fully-featured emoji keyboard ⌨️ for React Native ⚛️
MIT License
71 stars 38 forks source link

category tab icons missing #8

Open devtierop opened 6 years ago

devtierop commented 6 years ago

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

sskhandek commented 6 years ago

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

sskhandek commented 6 years ago

@rijn Do you think you can look at this?

juanchoperezj commented 5 years ago

@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