Closed johnf closed 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.
Explore https://gist.github.com/vonovak/d8f1a37804438f05bae22be1e8cd53c1 suggested by @vonovak