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

Ionicons close-circle not working #1535

Closed Takabrycheri closed 11 months ago

Takabrycheri commented 11 months ago

Environment

iOS 16.6 react-native-vector-icons 10.0.0 react-native 0.72.3

Description

I'm trying to use the icon close-circle from the Ionicons font, but it appears as a question mark even if it exists in the font, other icons like cloud-cirle or pause-circle are all working and I can't find a fix

mlazari commented 11 months ago

It works for me with the same react-native-vector-icons and react-native versions.

ghostknow commented 11 months ago

same problem

Takabrycheri commented 11 months ago

I also apologize for omitting that I am currently testing the application only on iOS 16.6. Anyway, here's a screenshot of the search bar with the missing icon image

sheriffyusuf commented 11 months ago

Apparently the icons names have been updated please check https://oblador.github.io/react-native-vector-icons/ for the latest icons name

Takabrycheri commented 11 months ago

Apparently the icons names have been updated please check https://oblador.github.io/react-native-vector-icons/ for the latest icons name

I'm sorry but... it's written the same also in the list you linked

image
zenjedi commented 4 months ago

@Takabrycheri were you able to solve your Ionicons issue?