My config:
CacheManager.config = {
baseDir: `${Dirs.CacheDir}/images_cache/`,
blurRadius: 15,
cacheLimit: 1024 * 1024 * 20,
maxRetries: 3,
retryDelay: 200,
sourceAnimationDuration: 200,
thumbnailAnimationDuration: 200,
};
Using Expo to install.
Happens on iOS, reproduceable only on a device, not simulator.
On app open, the images all load correctly in a FlatList. However, after backgrounding the app for ~2 minutes and re-opening, many of the images that had previously loaded will gone and will not return without force quitting.