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
212 stars 58 forks source link

panBoundaryPadding - no option to set vertical and horizontal separately #108

Closed Volper212 closed 2 months ago

Volper212 commented 3 months ago

I would like to set a separate panBoundaryPadding for width and height. For example: panBoundaryPaddingVertical andpanBoundaryPaddingHorizontal. I think it should be possible to set it separately or even for all the 4 sides.

Volper212 commented 2 months ago

FYI, I do not want this feature anymore. I'll keep it open as someone might come along and want this implemented in the future.