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

Help with moveTo method #106

Open leaf541 opened 1 month ago

leaf541 commented 1 month ago

I have absolute positioned elements inside my ZoomableView. How can I use moveTo to move screen so one element is in the center of screen if possible? If I use moveTo with their x,y coords it moves it but as I understand that is an offset of move and not actual coordinate to moveTo. Can anyone help with this problem?