Skip to content

Images occasionally fail to render after background #86

@oddanderson

Description

@oddanderson

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions