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

@DylanVann I am using react-native fast image to show the images(remote urls) from my server. How can I read the file path of that image.

_I first_ [_commented this_](https://github.com/DylanVann/react-native-fast-image/issues/389#issuecomment-1030844806) _on a closed issue (which kept the issue closed closed). Cross-posting for visibility._ When I load multiple instances of the same image, why do they load...

**Describe the bug** On android borderRadius works incorrect when scale applied **To Reproduce** Steps to reproduce the behavior if possible, or a link to a reproduction repo: ```js import React,...

bug

I am loading 20 images hosted in the USA on a very slow wifi connection (less than 1Mbps) from Asia. In the browser, the images fetch, but its slow. It...

Hi. I just want to ask if the library does caching for same image URL but on different screens? I'm done a lot of testing and I don't think it...

bug

`CameraRoll.saveToCameraRoll` can save image to local , but android need a URI, such as "file:///sdcard/img.png"。 can `react-native-fast-image` get this uri? like `react-native-img-cached`

feature

Apparently resizeMode for 'center' appears to map to CENTER_INSIDE on android. However react-image doesn't upscale the image when using resizeMode.center, using CENTER_INSIDE however, will upscale the image.