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

Improve Error Logging for Font Imports #1475

Closed JKeddo95 closed 11 months ago

JKeddo95 commented 1 year ago

Hello, I was troubleshooting some console errors which were showing up while upgrading my react-native version at work and felt like this would be a useful addition to the library. Please take a look.

Thank you!

Improve error logging for failed font imports by including the missing fonts name in the error message. Current exception message is not detailed enough to help developers troubleshoot which exact font is failing without jumping from debugging JS --> Objective C code.