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

```javascript import PropTypes from 'prop-types'; ```

In this case I needed my images to behave like if their resizeMode was set to `cover` and to be honest, if you agree, instead of adding a new prop...

When using this module on Android my App crashes and I get the following error: `getImageSize...error={"framesToPop":1,"code":"E_GET_SIZE_FAILURE"}, source={"uri":"https://s3.eu-central-1.amazonaws.com/partyboote-staging/media/58598a1de2c26.jpg"}` On iOS it workes perfectly fine! Here is how I try to use...

React extracted `PropTypes` to separate module. This PR upgrades to make use of that.

- Adds prop-types npm package. - Deprecates usage of React.PropTypes from 'react' npm package. - Adds missing .gitignore file with node_modules ignore

I'm using FastImage and wanted to know I can also use this package with FastImage - https://github.com/DylanVann/react-native-fast-image

Would be nice to set a loading view or an ActivityIndicator while loading the image.