oblador / react-native-vector-icons

Customizable Icons for React Native with support for image source and full styling.
https://oblador.github.io/react-native-vector-icons/
MIT License
17.31k stars 2.12k forks source link

Icons not showing only for some users #1598

Closed pierroo closed 6 days ago

pierroo commented 4 months ago

Environment

"react-native-vector-icons": "^10.0.3", react-native: 0.73.4

Description

Icons display properly for almost every users, and has always been for years. Suddenly after I upgraded react native from 0.69.12 to 0.73.4, a few (very few) users started complaing no icons are showing at all. As usual, I asked to clear cache just in case, no luck. What could explain that icons don't show only for some; which does indicate that documentation was followed properly if it works for most

Obviously I am not looking for a "fix" here since it's so random and I don't have enough info, but potentially some hints as to what could cause this only for some device related? some accessibility options perhaps? although none seems activated for them...

alyhayder5 commented 3 months ago

Environment

"react-native-vector-icons": "^10.0.3", react-native: 0.73.4

Description

Icons display properly for almost every users, and has always been for years. Suddenly after I upgraded react native from 0.69.12 to 0.73.4, a few (very few) users started complaing no icons are showing at all. As usual, I asked to clear cache just in case, no luck. What could explain that icons don't show only for some; which does indicate that documentation was followed properly if it works for most

Obviously I am not looking for a "fix" here since it's so random and I don't have enough info, but potentially some hints as to what could cause this only for some device related? some accessibility options perhaps? although none seems activated for them...

The lastest version has holocaust bugs

NTKrieger commented 3 months ago

@pierroo When I migrated from 0.72.x to 0.73.6 and bumped the version of the library to 10.0.3 and out of 20 SVG files I have in my project, one doesn't render on some (Android) devices for reasons that I also cannot seem to figure out. I was able to reproduce on PIxel 7 emulator running SDK 34 if that helps and you want to jiggle the handle while you wait for a fix.

johnf commented 2 weeks ago

Is there any pattern to the users experiencing the issue? ios vs android? Particular phone models?

johnf commented 6 days ago

Closed due to no response