react-native-pinchable icon indicating copy to clipboard operation
react-native-pinchable copied to clipboard

Instagram like pinch to zoom for React Native

Results 22 react-native-pinchable issues
Sort by recently updated
recently updated
newest added

Hi. We are displaying array of images in ScrollView and if we push new images while the Pinchable component is pinched in, the app is covered with gray overlay, which...

I get the following error when trying to use this library with expo: `Invariant Violation: requireNativeComponent: "PinchableView" was not found in the UIManager.`

it could come in handy if it includes typings by default instead DefinitelyTyped. but adding typescript support will be nicer but not sure if you want to include it.

Would love to see fabric support for 0.68 and the new architecture.

Great library ! It would be great if background touch/scroll etc.. events can be stopped until image gets settled down to its original position. Because in few case I have...

Works brilliantly, thanks for the library. The whole react native ecosystem is looking at a library like this one. Mentioned it everywhere possible.

npm i react-native-pinchable cd ios && pod install import Pinchable from 'react-native-pinchable' ... then I got an error 'requireNativeComponent: "PinchableView" was not found in the UIManager.' how can I solve...

how to remove white background when pinchable image size is same as image size?

# Sample Code ``` import Video from 'react-native-video'; import Pinchable from 'react-native-pinchable'; ``` Thankfully it worked for `Image` & `FastImage`

**The Problem** Doing other gestures while pinching an image leads to layout issues and crashes. In my case, the user could scroll the table view behind the pinched image while...