aeirola / react-native-svg-asset-plugin

Asset plugin for importing SVG images in React Native
https://www.npmjs.com/package/react-native-svg-asset-plugin
MIT License
68 stars 9 forks source link

Reuse existing images #45

Closed aeirola closed 4 years ago

aeirola commented 4 years ago

Skips regenrating PNG images which already exist. This can happen if the metro bundler cache is cleared, but old PNG images still exist on the filesystem.

Also defers loading of the sharp library until we actually need to generate an image.