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

Very simple change to support react-native-web

I have a project where I am saving image URI's to local AsyncStorage. These URI's point to `ph://106E99A1-4F6A-45A2-B320-B0AD4A8E8473/L0/001` for example. I am having trouble loading these images when using FastImage...

Hello. I'm trying to do some testing with jest/testing library. Usually, I'd try something with `findByTestId`, but passing a testID to only gives it to the child and not the...

I am trying to cache an image from Amazon S3 bucket, but this url has lots of variables. So I want to cache the image for only first part of...

bug

Related to https://github.com/DylanVann/react-native-fast-image/issues/638 Both Glide and SDWebImage libraries supports placeholder images. This PR adds possibility to set placeholder image using "defaultSource" prop.

I want to load a low quality image if user is on mobile data. However, if the high quality image is already cached, then show the high quality image. Any...

feature

I am loading a gif image in Android and it is looping even if the loop count was set to 1 in the gif. How can I do to prevent...

Hello, will there be support for react-native-windows?

bug

Hey guys, I'm trying to show SVG images from s3 public bucket. No headers required or anything. I want to try to show them with react-native-fast-image because when I use...

bug