You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@iegik That sounds great, but I'm afraid it's a bit out of scope of this lib.
The main concern here is to avoid downloading images multiple time and to provide a swift loading of images from cache.
What you are describing might be an amazing stand alone component for loading image and could be used with this lib to smooth the first time loads :)
You are right, it can be done by adding that stand alone component as loader for CachedImage, which uses also CachedImage for small version.
Something like this:
https://jmperezperez.com/medium-image-progressive-loading-placeholder/
The text was updated successfully, but these errors were encountered: