react-native-fast-image icon indicating copy to clipboard operation
react-native-fast-image copied to clipboard

support for resizeMethod

Open mrafei opened this issue 5 years ago • 12 comments

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 boost over FastImage but I lose the caching and loading optimizations of FastImage. Is there a reason why FastImage doesn't support resizeMethod prop?

thanks.

mrafei avatar Sep 16 '18 11:09 mrafei