CacheManager config sourceAnimationDuration set to 0, it will resolve to 100ms. I'm not sure if it is desired behavior, it can be misleading
props.sourceAnimationDuration || CacheManager?.config?.sourceAnimationDuration || 100
|
CacheManager?.config?.sourceAnimationDuration || |
CacheManager config sourceAnimationDuration set to 0, it will resolve to 100ms. I'm not sure if it is desired behavior, it can be misleading
react-native-image-cache/src/CachedImage.tsx
Line 165 in 644fbda