ihor / react-native-scalable-image

React Native Image component which scales width or height automatically to keep the original aspect ratio
https://www.npmjs.com/package/react-native-scalable-image
MIT License
315 stars 67 forks source link

Suggestion: FastImage support #15

Closed turingpavan closed 5 years ago

turingpavan commented 5 years ago

Hi @ihor Awesome package. Can you please provide fastImage support? Image component doesn't caches images

dzpt commented 4 years ago

@turingpavan have you found the solution yet?

khalidahmedshalabi commented 4 years ago

Any updates?

ghost commented 4 years ago

+1

harveyappleton commented 4 years ago

@dzpt @khalidahmedshalabi @emilioheinz @turingpavan hey guys, i just transitioned over to fastimage instead of this library and it works great. You can adjust the resizeMode which will contain/cover in same way as this scalable image library.

Downside is fast-image looks like a bit of an abandoned library, but all still working

Hope that helps

dongdyang commented 3 years ago

@harveyappleton what does it mean?