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
{{ message }}
This repository was archived by the owner on Apr 15, 2025. It is now read-only.
cachePruneTriggerLimit: options.cachePruneTriggerLimit||1024*1024*15,// Maximum size of image file cache in bytes before pruning occurs. Defaults to 15 MB.
175
177
fileDirName: options.fileDirName||null,// Namespace local file writing to this directory. Defaults to 'react-native-image-cache-hoc'.
176
178
defaultPlaceholder: options.defaultPlaceholder||null,// Default placeholder component to render while remote image file is downloading. Can be overridden with placeholder prop. Defaults to <Image> component with style prop passed through.
0 commit comments