expo / vector-icons

https://icons.expo.fyi
MIT License
647 stars 114 forks source link

[Web] Icons not showing when using metro bundler #244

Open WKampel opened 1 year ago

WKampel commented 1 year ago

When using "bundler": "metro" the icons are blank on web.

WKampel commented 1 year ago

Any ideas?

JesusMaterano commented 1 year ago

the error is this caught (in promise) DOMException: A network error occurred. hope the help, is happening the same with me and metro because I think we both are using expo-router

bgdom commented 8 months ago

I had the same problem with an expo monorepo project. I was able to fix it by following the config of metro bundler for mono repo here https://docs.expo.dev/guides/monorepos/. Maybe it will works for you @WKampel / @JesusMaterano