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
189 stars 57 forks source link

Disable auto centering #98

Open MadsHoltum opened 3 months ago

MadsHoltum commented 3 months ago

Hi, I just started using this view. Is there a way to disable the auto centering, when you move or zoom on the view?

crbrasfield commented 3 months ago

hey @MadsHoltum , try setting the bindToBorders={false} prop on the zoomable view.