Open samaneh-kamalian opened 3 years ago
Anybody can help me? I searched a lot!
Hi. I have the same issue. Icons are being loaded correctly on iOS, Android, and even the web app when I run it in development mode but when I build and publish my web app all icons become squares.
Hi. Use react-icomoon
On Sat, Jul 17, 2021, 13:26 mohammadrahmanian @.***> wrote:
Hi. I have the same issue. Icons are being loaded correctly on iOS, Android, and even the web app when I run it in development mode but when I build and publish my web app all icons become squares.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/oblador/react-native-vector-icons/issues/1350#issuecomment-881861115, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANTD5NPOI5HTRL326HFXTH3TYFATTANCNFSM45LM24CQ .
Environment
Description
I use React native for an application for android and ios. now I want publish my app for web . So I use webpack to create bundle and use in react structure. In one of my pages, there is list of icons that I create with icomoon with this code:
It works well in ios and android. but in web, it just show square as icons! how can show icons of icomoon correctly like android and ios in web?
Demo