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

Can I use _zoomToLocation? #83

Open dutradotdev opened 5 months ago

dutradotdev commented 5 months ago

The _zoomToLocation method is not in the docs and is "private". I would like to know if it is safe to use. It worked well in my use case. If yes, I want to open a PR to add to the docs.

Thank you.