Closed Yasernova closed 5 years ago
I hope you find it useful
<ImageZoom
ref={ref => (this.ImageZoom = ref)}
cropWidth={WidthG}
cropHeight={this.state.height}
imageWidth={WidthG}
imageHeight={this.state.height}
pinchToZoom={true}
responderRelease={() => {
this.ImageZoom.reset();
}}
>
<FastImage
style={{
flex: 1,
height: this.state.height,
width: WidthG
}}
source={{
uri: this.state.image
}}
resizeMode={FastImage.resizeMode.contain}
/>
</ImageZoom>
Use
href