You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 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
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
The text was updated successfully, but these errors were encountered: