react-native-transformable-image icon indicating copy to clipboard operation
react-native-transformable-image copied to clipboard

A pure JavaScript written transformable image component, like PhotoView or ImageViewer, supports gestures like pan, pinch, double tab and fling, works with both iOS and Android.

Results 31 react-native-transformable-image issues
Sort by recently updated
recently updated
newest added

I add it in my project,but i don't work. package.json like some "react": "17.0.1", "react-native": "0.64.2", "react-native-transformable-image": "^0.0.18" get error message =========================================================== ERROR TypeError: undefined is not an object (evaluating...

Warning: PropTypes has been moved to a separate package. Accessing React.PropTypes is no longer supported and will be removed completely in React 16. Use the prop-types package on npm instead....

Please merge into your code.

After I downloaded this package and tried to use it I am geting an error. My code is in the below import Image from 'react-native-transformable-image' ``` return ( ); ```

collected in [excellent-RN-libs](https://github.com/Cygra/excellent-RN-libs)

Hi guys, we are receiving this error when we run yarn install: yarn install yarn install v1.13.0 [1/4] šŸ” Resolving packages... [2/4] 🚚 Fetching packages... error Command failed. Exit code:...

If I install react-native-transformable-image, it puts /Demo/ios/Demo into the Bild-Settings ⇒ Header Search Path, even in the Libs. And at least, this Demo-Component cause an build-error. So what's about this...

This allows the client of `TransformableImage` to set a custom `maxScale` value regardless of the image's size.

I’m new in React Native so not sure if is it a bug or just my misunderstanding but there is an issue for me when I call the onViewTransformed callback...