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

Hi there, Thanks for the lib, it works very well. But, I have an issue : I need to display images as SVGs in some cases, for that I use...

Incorporate https://github.com/DylanVann/react-native-fast-image/pull/986

Starting from React Native v0.73 , all libraries will need to be updated with these two one-liners due to Android Gradle Plugin upgrade https://github.com/react-native-community/discussions-and-proposals/issues/671 React Native 0.73 will depend on...

**Describe the bug** The app crashed in release mode for android when run react-native-fast-image with defaultSouce, working well in debug mode. Remark: iOS working well. `java.lang.NullPointerException: Attempt to invoke virtual...

bug

Hi, I'm wondering if it is possible to input a series of buffered data to show "dynamic changed sources" smoothly. For now, I'm implementing a imageView that receives udp video...

bug

In accordance with all `react-native-fast-image` types just add export to the `Cache` type

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

"react": "16.6.3", "react-native": "0.58.6", "react-native-fast-image": "^5.2.0", In IOS the library plays very slow the gifs, any solutions for this?

This updates the version of SDWebImage to 5.15.1 , which has fixes for crash due to SDAnimatedImage initWithData error observed in RN 0.68.1 for IOS Application due to OOM issue....

ONLY on iOS when rendering device cached images from camera roll the component renders white views. Steps to reproduce the behavior: 1. Get images paths from react native's camera roll...

bug