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.46k stars 2.13k forks source link

fixed FontAwesome6_Solid.ttf to avoid ios app rejection #1660

Closed 1880akshay closed 2 months ago

lucasmartins commented 2 months ago

This fixed the issue for me, still waiting on AppStore approval but didn't get the automated email with the error message anymore.

Thank you @1880akshay !

cvincentcoleman commented 2 months ago

Can someone please approve and get this released?

cvincentcoleman commented 2 months ago

@oblador

zachkamran commented 2 months ago

this is breaking builds for me also. would love to get this in mauybe @johnf can approve?

johnf commented 2 months ago

I'll work with @oblador to get this released over the weekend @1880akshay How did you fix it? Is it the latest version from FA, or did you modify the font somehow?

1880akshay commented 2 months ago

@johnf I simply used the patched file provided here: https://github.com/oblador/react-native-vector-icons/issues/1658#issuecomment-2345253337 . Maybe he can tell how exactly is the file patched

blumk commented 2 months ago

@1880akshay @johnf Let's use the official font file from FA, the one I provided is a temporary workaround (don't use it to patch this library).

You can use this free font editor to fix the file: https://cr8software.net/typelight.html

johnf commented 2 months ago

Closing in favour of #1661

@1880akshay Thanks for the initial work