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

I'm on Expo SDK 37, iOS 13.5 ``` useEffect(() => { FastImage.preload([ { uri: "https://www.image.com/1.png" }, { uri: "https://www.image.com/2.png" }, ]); }, []); ``` That code above returns this error:...

**Describe the bug** GIF images which are at normal speed in phones, plays at very fast rate in iPhone 13 pro max **To Reproduce** Steps to reproduce the behavior if...

bug

In package.json I have added : "@stevenmasini/react-native-fast-image": "https://github.com/anchalarora/react-native-fast-image.git" But In get following error Error: While trying to resolve module `@stevenmasini/react-native-fast-image` from file `/Users/ancarora/Documents/myrepo/packages/mobileapp/src/components/features/shopByProfile/PLP/TopMatchingProds.jsx`, the package `/Users/ancarora/Documents/myrepo/packages/mobileapp/node_modules/@stevenmasini/react-native-fast-image/package.json` was successfully found. However,...

bug

We also need this PR to be merged

build source and add to my project **Screenshots** ![image](https://user-images.githubusercontent.com/9412489/165217699-8e8d791a-ea61-4c48-89d7-35df6d5ff990.png) **Dependency versions** - React Native version:0.64.12 - React version:17.0.14 - React Native Fast Image version:8.5.11

bug

@DylanVann The repo is highly popular but doesn't seem to be regularly maintained. Would you be open to maybe opening an issue to recruit and officially add maintainers? There are...

bug

**Describe the bug** When you change the resizeMode prop depending on the state, like in the example below, the image does not change to the new resizeMode on Android. It...

bug

No anti alias is applied to large images which are styled to be small. Makes them look very pixelated.

As reported in https://github.com/DylanVann/react-native-fast-image/issues/445 and on other issues when rendering larger images in small views using FastImage the image becomes pixilated. The main idea for this is that by adding...