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 have the same issue, I'm using Shoutem UI 4.4.4 and React Native 0.64.2. Any icons I'm trying to use always throw me a warning message telling that the icon is not provided within the icon set, but the icon I use are listed on the documentation.
Using "@shoutem/ui": "^4.4.8", and getting same issue with sidebar icon. Wanted to try out this library and got stuck in the first component itself
CodeSpent
changed the title
Icon with name "sidebar" not found within the provided set.
All icons throw Icon with name "____" not found within the provided set.Aug 9, 2021
Issue with using the
Icon
component. No icons seem to exist by name, but the SVGs are provided in the assets directory.I have tried using a
react-native link
multiple times to no avail.Here is the usage:
I assumed it may have something to do with fonts, but then realized the
Icon
component is just loading those SVGs, but somehow not able to find any?The text was updated successfully, but these errors were encountered: