react-native-emoji-input icon indicating copy to clipboard operation
react-native-emoji-input copied to clipboard

category tab icons missing

Open aaeronn opened this issue 6 years ago • 3 comments

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

aaeronn avatar Apr 20 '18 15:04 aaeronn

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 avatar Apr 26 '18 16:04 sskhandek

@rijn Do you think you can look at this?

sskhandek avatar May 25 '18 15:05 sskhandek

@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

juanchoperezj avatar Nov 28 '18 15:11 juanchoperezj