Closed aditi-kc closed 3 years ago
<ImageZoom cropWidth={400} cropHeight={400} imageWidth={300} imageHeight={300} enableDoubleClickZoom={true} style={[styles.justifyAlignCenter,]} > <View style={[styles.justifyAlignCenter,styles.heightWidth100,{flex:1}]}> <Image source={{ uri: this.state.imagesArray[index]response.data, }} style={{height: 300, width: 300}} /> </View> </ImageZoom>