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

Update compiled code #119

Closed elliottkember closed 1 month ago

elliottkember commented 1 month ago

The pre-commit hook didn't fire for my previous PR, #117, and the changes weren't included in the compiled code.

I believe this was causing the production version of the app to use the old code, and not include the new feature of moving the pin off the map.