react-native-zoomable-view icon indicating copy to clipboard operation
react-native-zoomable-view copied to clipboard

A view component for react-native with pinch to zoom, tap to move and double tap to zoom capability.

Results 26 react-native-zoomable-view issues
Sort by recently updated
recently updated
newest added

These guys have written thousands of lines of code for what can be achieved by writing just 50 lines. Including zooming in/out from lastScale and pan moving from lastOffsets using...

How Can i stop default double tap ?

Hello, I am currently using the component in a Modal and I have a problem when I try to move or zoom / dezoom the component. It only occurs when...

Hi. This library is great, thank you. Just one thing: scrolling while zooming should be possible. That's the common behaviour if you zoom in chrome by example. By other hand,...

enhancement
help wanted

Is it possible to show videos? Or am I doing something wrong

yarn command fails with ```js error An unexpected error occurred: "expected hoisted manifest for \"@dudigital/react-native-zoomable-view#react-native#@react-native-community/cli#@react-native-community/cli-hermes\"" ```

The zoomTo event now also supports the minZoom value and the maxZoom value. Before you could not zoom to 1 with zoomTo if the minZoom was 1.

I worked with the zoomLevel attribute of the zoomableEventObject yesterday and I think it should be documented more clearly how the zoom relates to the scale of the view. The...

I would like to use zoomBy/zoomTo methods, invoking them from ref.current attached to Zoomable view, but they result undefined, logging out ref.current gives this: what am I missing? Thanks beforehand.

As we had to render some pictures with different initial offsets for our project, we noticed that on the first pan the pictures are being repositioned to 0,0; Our solution...