VideoSpike / nativescript-web-image-cache

An image caching library for both Android and iOS that wraps Facebook Fresco and SDWebImageCache
MIT License
43 stars 22 forks source link

Redo #49 (bump SDWebImage to the latest version) #52

Closed EddyVerbruggen closed 6 years ago

EddyVerbruggen commented 6 years ago

This was done (and merged) in #49 but since then the TS sources have been added to the repo (thanks!) which somehow reverted the changes in PR #49, so here they are again:

SDWebImage 4.x seems to be more memory-friendly and it gets rid of a few deprecated API usage-related warnings.

I've also changed something in the TS/JS filse because it was breaking change in 4.x.

Also cleaned up some leftovers from the plugin seed this plugin doesn't need.