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 was running some issues displaying the icons with the react-native Image component, then I saw that react-native-vector-icons was implemented in the example, I tried it and it worked.
Because react-native Image component wasn't working for me with react-native 0.61.5, I would advise to add react-native-vector-icons as a dependency for this library in the readme description as a fix in case the first Image component doesn't work.
I would also indicate that the font used in the example is Ionicons and suggest the following import
import Icon from 'react-native-vector-icons/Ionicons';