ascoders / react-native-image-zoom

react native image pan and zoom
MIT License
637 stars 282 forks source link

How to zoom specific points from left #160

Open sheraz427 opened 3 years ago

sheraz427 commented 3 years ago

I have two markers on zoomed image which are drawn on the basis of margin from left like <View style={{width:10,height:10,borderRadius:5,position:"absolute",left:someNumber}} /> after zoom above drawn circle move to invisible area. Is there any workaround to scroll the zoomed image to start from above point in cropView ? I got stuck for last couple days calculating this value.