expo / vector-icons

https://icons.expo.fyi
MIT License
668 stars 115 forks source link

Icons showing when using expo start but not on eas build #311

Open LBlend opened 3 months ago

LBlend commented 3 months ago

As the title says when I run the app using expo run the icons are displayed correctly. However whenever I try to build an APK using eas build my icons disappear.

After searching around for a bit this does not seem like an uncommon issue. I have tried applying the fixes proposed but to no avail.

Some fixes I've tried applying (I don't remember all of them anymore since I've basically tried everything)

lc3t35 commented 1 month ago

@LBlend In my case, Icons are not showing again since my last update of XCode 16 with sdk 51.0.34 react-native 0.74.5 and expo/vector-icons 14.0.2 with bare project. We need a clear path when upgrading SDK, and please expo bot stop closing issues. FYI I had to get rid of expo-icons on one of my app because it's impossible to have a clear way to use it. On another app, I had to patch it (https://github.com/expo/vector-icons/issues/303). As you stated, this has been open for years and nobody cares (the bot close as "we want a reproducible repo" ...)

lucasferreiraestevam commented 1 month ago

@lc3t35 i have the same issue in sdk 51, you find any solution ?

myatthiri98 commented 1 month ago

I'm facing an issue where icons appear correctly on Android, but they are not showing up on iOS. I'm using @expo/vector-icons with Ionicons and Entypo in my Expo SDK 51 project ("expo": "^51.0.38"). Has anyone encountered this issue or knows a possible solution? Thanks