oblador/react-native-vector-icons

Make the monorepo iOS font copying less hacky

johnf opened this issue · 1 comments

@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.