Skip to main content
Version: 7.0.0

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
SyntaxError: Unexpected token, expected ";" (2:12)

API​

thumbnailSource​

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