Stay informed
Subscribe to our newsletter if you'd like to stay informed about Shoutem Extensions and Shoutem UI Toolkit.
You can use ImagePreview
to open a full screen modal with a zoomable image.
Note
Width and Height must be defined, otherwise
ImagePreview
will not render.
ImagePreview
has no specific style names.
<Screen>
<NavigationBar
title="Preview"
styleName="inline"
/>
<ImagePreview
source={{ uri: 'https://shoutem.github.io/static/getting-started/restaurant-1.jpg' }}
width={375}
height={375}
/>
</Screen>