ascoders / react-native-image-zoom

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

Smooth swiping #145

Open tapioko opened 4 years ago

tapioko commented 4 years ago

When a large or a zoomed in image is scrolled/moved/swiped, image's movement stops immediately when finger is lifted. Would it be possible to continue movement in a slowing manner for a little while? And maybe make it customizable? Now when the finger is lifted it feels like image border was already reached when that is not the case.

I have "enableCenterFocus" disabled.

See "Gallery" app for reference.