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

Expose `gestureStarted` #115

Closed thomasttvo closed 2 months ago

thomasttvo commented 2 months ago

We need to expose this property so the client can check and determine if the user is moving the pin. Without this we can still hook into the shift/zoom listeners but this property is much nicer