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

what happens if url supplied to fast images gets redirected to somewhere else is original supplied url used for cache key or final url ?

**Describe the bug** A memory issue occurs in ios while loading up to 5 feed images in swipe format and 10 feeds at a time and loading up to 50...

bug

After adding the latest react-native-fast-image, I've attempted a preload() and instead received: ``` 08-09 21:57:20.062 28825 29127 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.dylanvann.fastimage.FastImageViewManager 08-09 21:57:21.323 28825...

bug

We have several places in the app where we need to trigger image preloading. We can't do it all at one time, as we load resources along the way. The...

feature

It will be awesome to also add web support to the library.

- Fix tintColor in fallback image - Remove unused tintColor from ImageStyle

**Describe the bug** On Android when I want to close a screen, it first hides the images inside the screen and then pop's the screen. **To Reproduce** Steps to reproduce...

bug

**Describe the bug** Android app was crashing due to undefined image URL and URI because there is no null/undefined check in the library and We are using Glide for showing...

bug

It would be great if an image appears with an animation when it loads.

feature

I am using FastImage in my app, it's pretty fast and awesome, very thanks! In my app, people can share photo to others, the share function is provided by [ActionSheetIOS.showShareActionSheetWithOptions](https://facebook.github.io/react-native/docs/actionsheetios.html#showshareactionsheetwithoptions),...