🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

The React Native image preview component allows to display zoomed image in transparent modal window.

Modal_Popup React Native

Documentation

react-native-image-preview

Display zoomed image in transparent modal window

Demo

Installation

npm i --save react-native-image-preview 

Usage

import ImagePreview from 'react-native-image-preview';  ...  <ImagePreview visible={visible} source={{uri: 'some-source'}} close={setVisibleToFalse} /> 

License

MIT


You May Also Like