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

🗻 Resize local images with React Native

Results 124 react-native-image-resizer issues
Sort by recently updated
recently updated
newest added

Is it possible to get the final width and height of the image after resize?

We had a app going to production with quality set to 1 since we thought the scale was between 0-1. Surprisingly it actually works on iOS but breaks down on...

"react": "16.8.3", "react-native": "0.59.10", "react-native-image-resizer": "^1.1.0", ``` ImageResizer.createResizedImage(uri, 800, 600, 'JPEG', 100).then((response_) => { console.log(response_); }).catch((err) => { Alert.alert('', I18n.t('upload_picture_failed'), [{ text: I18n.t('okText'), onPress: () => { } },]); });...

So after banging my head for an hour or two, I figured out the problem: First, you only need to add file:// if you're going to use a path that...

Kindly help with this.. This message keeps coming even after granting all the right permission. This is my manifest file

I got issue once I build IOS `Undefined symbol: _OBJC_Class_$_RCTImageLoader.` related to `RCTImageLoader` in `RCTImageResizer.m` I got references from other react-native liblary https://github.com/react-native-community/react-native-cameraroll/pull/109

Why my pictures can not be compressed,my code ![1525950614 1](https://user-images.githubusercontent.com/25841666/39867134-14ece824-5486-11e8-8f96-ebbbfbb5d6c6.png)

Added options to add image name.

is this currently possible?

My doubt is the next one. My team and I build an app where the user can upload 10 photos if he want. But the problem was that the action...