arniu / react-native-ionicons

Ionic icons for React Native
MIT License
42 stars 11 forks source link

Icon Name Mismatches #20

Closed objectiveSee closed 4 years ago

objectiveSee commented 4 years ago

Hey! I am finding it hard to pick Ionicons for my RN app because the names used in this module don't match the names used in https://ionicons.com/. For example, there's an icon called ios-stats which doesn't exists in https://ionicons.com/. It seems like there's some name modifying (adding ios prefix) going on. Can someone clarify how they browse icons so you can find the right name? When do we need to prepend ios to a name? Thanks!

I get this warning all the time when using the icon names from Ionicon website. It's hard to scan this yellow list and pick the "real" names from it.

Screen Shot 2020-05-26 at 12 04 35 PM
arniu commented 4 years ago

Use v4 please~

objectiveSee commented 4 years ago

Okay I got it. thanks!