ascoders / react-native-image-zoom

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

Can't pan without zooming. #39

Closed TDLehman closed 6 years ago

TDLehman commented 6 years ago

When an image is loaded initially with a scale of 1, if you try panning it will just jump back to the middle of the photo. If you zoom in at all it will allow you to pan as expected.
centerOn={{ x: 0, y: 0, scale: 1.01, duration: 100 }} works as a workaround, but if you reset the image with a double press you will no longer be able to pan again.

ascoders commented 6 years ago

Yes, the initial scale can't be pan, because it has been full displayed in the screen.