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

How to update to latest version of ionicons ? #1433

Closed KrifaYounes closed 11 months ago

KrifaYounes commented 2 years ago

In Fonts folder I have updated the file Ionicons.ttf with the latest version.

How to regenerate glyphmap ?

I follow steps of https://github.com/oblador/react-native-vector-icons/issues/1378#issuecomment-950294156 but it doesn't work

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.