react-native-fast-image icon indicating copy to clipboard operation
react-native-fast-image copied to clipboard

🚩 FastImage, performant React Native image component.

Results 196 react-native-fast-image issues
Sort by recently updated
recently updated
newest added

**Describe the bug** FastImage's caching approach compares whole url addresses, whereas I'd need more fine-grained control here. **To Reproduce** Due to differences in the url params that correspond to various...

bug

Adds the fade transition when images load into the ImageView for both Android and iOS.

Need to know when preload done to download all images (depend on internet connection & hosting) either with array or for loops like this ```` for (let index = 0;...

People have reported memory issues when using this module to show a lot of images. The example app does work fine showing hundreds of images so I think something else...

bug

add suport like https://reactnative.dev/docs/0.62/image#progressiverenderingenabled

how do i find out if a file exists in cache?

bug

This adds support for Blur Radius for iOS!

I am creating a quiz app in which I need to pre download 50 small images (5MB in total) used in 50 questions. I want to start quiz only when...

Hi! FastImage.preload works fine on IOS, but doesn't work on Android. I have tried on Pixel 2 XL (Android 10) and Redme 4X (Android 6.0.1). react-native-fast-image - "^8.1.5" react-native -...

bug

Memory problem that caused the crash when load this on iphone x ,crash. size is too large (17067x17067) https://openseauserdata.com/files/b67ef3da8fd17de939c885d30a67f560.png

bug