faster-image
faster-image copied to clipboard
Fast image loading for React Native backed by performant native libraries.
On version 1.5.0, the cache is used on IOS but on the same app on Android it does not work. I was surprised to see that with the basic RN...
I am trying to set border radius on top but it's not working ` ` is it possible to add borderRadius just on top or just bottom?
Both FastImage and Expo Image supports "tint", i.e. changing the color tint of an image. Any plans to support that?
Hey! Thanks for this great library - am I correct in saying that the library currently doesn't load GIFs? For me, none of the GIFs are playing. Would be great...
support for react-native-windows and react-native-macos should be available as react native is ready to cover all 4 platforms and we need these things in our apps
I made a reproducer here, just by increasing the image sizes. https://github.com/bglgwyng/faster-image/tree/reproduce-memory-spike I considered this library an alternative expo-image as it also has the memory spike problem. See https://github.com/expo/expo/issues/26781. I...
The package looks great! Nice to see someone picking up the void from the unmaintained FastImage! However - One thing I'm missing in the docs is a comparison between FastImage...
Hey. Thanks for promptly responding to the previous report. Found a couple more issues on android. 1. `resizeMode` not reflected and defaults to "contain" 2. `borderRadius` value doesn't match the...
Does this library support to preload images or plan to support this feature in the future?