But this implementation uses SVG via react-native-svg to render the icons from the very start.
I'm sure there are reasons to do this. Are there some usecases where SVG gives more control/flexebility/etc? Or maybe there are some issues with font rendering on iOS/Android? Could you please share this with the community?
Font Awesome icons are used in web via importing a font. In theory, the same can done in react-native (see https://github.com/oblador/react-native-vector-icons).
But this implementation uses SVG via
react-native-svg
to render the icons from the very start.I'm sure there are reasons to do this. Are there some usecases where SVG gives more control/flexebility/etc? Or maybe there are some issues with font rendering on iOS/Android? Could you please share this with the community?