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

Make the monorepo iOS font copying less hacky #1640

Closed johnf closed 3 months ago

johnf commented 3 months ago

Explore https://gist.github.com/vonovak/d8f1a37804438f05bae22be1e8cd53c1 suggested by @vonovak

johnf commented 3 months ago

@vonovak FYI, I've updated the script https://github.com/oblador/react-native-vector-icons/blob/monorepo/packages/common/src/scripts/getFonts.ts

The only real change is using rsync instead of cp to reduce copying.

I still have to guess the installation path as UNLOCALIZED_RESOURCES_FOLDER_PATH doesn't seem to be defined when the script is running in the context of the library rather than the app itself.