faster-image icon indicating copy to clipboard operation
faster-image copied to clipboard

Fast image loading for React Native backed by performant native libraries.

Results 32 faster-image issues
Sort by recently updated
recently updated
newest added

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...

bug
help wanted

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?

enhancement

Both FastImage and Expo Image supports "tint", i.e. changing the color tint of an image. Any plans to support that?

enhancement

enhancement
good first issue
help wanted

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...

enhancement
help wanted

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

enhancement
good first issue
help wanted

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...

question

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?