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
Is the bug present in both ios and android or in any one of them?
I'm just trying the android emulator.
Any other additional info which would help us debug the issue quicker.
I tried react-native link react-native-vector-icons.
I tried manually copying the fonts from react-native-vector-icons to android/app/src/main/assets/fonts.
I tried installation with gradle as requested in the react-native-vector-icons repo.
I managed to get some icons to work, such as md-menu.
Also - if there is the same name for an icon in two different icon fonts, how do we tell it which font we want it to draw the icon from?
The text was updated successfully, but these errors were encountered:
I've gone over all issues, and nothing worked for me.
I'm trying to use the
like
icon from SimpleLineIcons but I keep getting a question mark.react-native, react and native-base version
RN: 0.43.3
NB: 2.1.2
Expected behaviour
I see the Like Icon when using this:
Actual behaviour
I see a question mark.
Steps to reproduce (code snippet or screenshot)
Screenshot of emulator/device
Also seeing an invalid value for name attribute:
Is the bug present in both ios and android or in any one of them?
I'm just trying the android emulator.
Any other additional info which would help us debug the issue quicker.
I tried
react-native link react-native-vector-icons
.I tried manually copying the fonts from
react-native-vector-icons
toandroid/app/src/main/assets/fonts
.I tried installation with gradle as requested in the react-native-vector-icons repo.
I managed to get some icons to work, such as
md-menu
.Also - if there is the same name for an icon in two different icon fonts, how do we tell it which font we want it to draw the icon from?
The text was updated successfully, but these errors were encountered: