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** The app crashes due to FastImage not being able to render very high-resolution images. **To Reproduce** Steps to reproduce the behavior if possible, or a link to...

bug

My project using these version: "react-native": "0.68.7" "react-native-fast-image": "^8.6.3" Code: ``` import DefaultImage from "@images/DefaultImage.png" ... const [isErrorImage, setErrorImage] = React.useState(false); ... {isErrorImage ? {"Image Error"} : null} { InteractionManager.runAfterInteractions(()...

bug

**Describe the bug** When uri is empty or null it doesn't fire `onError` callback for Android. **To Reproduce** Steps to reproduce the behavior if possible, or a link to a...

bug

Hi, I have a list of rather large images, and I want smooth scroll behavior. If I use react native's `Image` with `resizeMethod` set to `resize`, I get a performance...

* What went wrong: Execution failed for task ':app:mergeDexRelease'. > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade > com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives: Type com.bumptech.glide.GeneratedRequestManagerFactory is defined multiple times: /Users/vikashjha/Desktop/Connect360/node_modules/**react-native-fast-image/**android/build/.transforms/ca14113de0931f6372af09aa42147bae/classes/classes.dex,

bug