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

README: add info regarding 'pod update' necessary for iOS #1593

Open wingcommander2020 opened 4 months ago

wingcommander2020 commented 4 months ago

For iOS it was crucial for me to run a "pod update" in the /ios folder to propagate the changes to the Info.plist and the addition of the fonts. The app could not find the fonts otherwise.

The README does not mention this, I had to look around to find instructions on other sites providing this info.

johnf commented 2 months ago

@oblador PLease merge this one

oblador commented 2 months ago

Recommending pod update is potentially dangerous, should be bundle exec pod install to avoid unintended dependency changes.

wingcommander2020 commented 2 weeks ago

Makes sense, @oblador. I have updated the PR.