I would like to use the following icon webfont in React Native: @mdi/light-font
I'm using @oblador/react-native-vector-icons to manage my web fonts. I don't use Expo.
Currently I have used the .svg exports of @mdi/light-font and repackaged it as a custom font with Fontello. Then I used react-native-vector-icons helper function to import Fontello.
And suddenly I have the feeling that I'm making my life much more difficult with no reasons.
I've seen that there is a ttf file I could push to android. However I don't find how to import a glyphMap.
Any idea ?
Thanks