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

Update Ios Configuration docs #1473

Closed DiegoMCMartins closed 2 months ago

DiegoMCMartins commented 1 year ago

Updating the ios configuration section. I've problems with duplicate file outputs on build when trying to install just one font on Ios. When I used pod install after configuring react-native.config.js solved my problem.

KHadham commented 1 year ago

how do you resolve this bug ?

DiegoMCMartins commented 1 year ago

This bug happened to me out of nowhere, I searched the internet and found nothing, so I decided to test and run the pod install again and it fixed it. Then I decided to add this note in case someone suffered from this