openspacelabs / react-native-zoomable-view

A view component for react-native with pinch to zoom, tap to move and double tap to zoom capability.
MIT License
205 stars 57 forks source link

Locking or Freezing View Movement #72

Open ekiwi111 opened 1 year ago

ekiwi111 commented 1 year ago

There's a zoomEnabled prop that disables zoom. My question is, can we lock/freeze the view entirely so that even single touch gestures won't shift the view at all? Use case: I want to zoom into an image, then lock it in place to draw on top.