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

Update to latest version of Ionicons #1407

Closed jahnagoldman closed 12 months ago

jahnagoldman commented 2 years ago

Current only supports v5.0.1, but Ionicons is up to 5.5.2 at this point.

Could you please update to be able to use the latest version as there seem to be a lot of icons that are unable to be used because of this. Thanks!

jahnagoldman commented 2 years ago

EDIT

Sorry! Just found this issue and realized it's just that the README is incorrect. https://github.com/oblador/react-native-vector-icons/pull/1299. Looks like Ionicons is only a little ahead at this point (5.5.2 vs 5.4.0), so could be updated but not sure if there's any significant enough difference at that point.

Could the README still get updated though to reflect the correct supported versions of each icon library?

mrkpatchaa commented 1 year ago

I created this PR to update to the latest version of Ionicons #1484 . While waiting for it to be merged, you can use this in your package.json "react-native-vector-icons": "mrkpatchaa/react-native-vector-icons#ionicons-v6" I hope this helps.