Skip to main content

ProgressiveImage

Image component that loads first a small thumbnail of the images, and fades-in the full-sized image with animation once it's loaded
(code example)

info

This component extends AnimatedImage props.

Usage​

Live Editor
<ProgressiveImage
  source={{uri: , cache: 'reload'}}
  thumbnailSource={{uri: , cache: 'reload'}}
/>
Result
Loading...

API​

thumbnailSource​

Small thumbnail source to display while the full-size image is loading ImageSource