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

🗻 Resize local images with React Native

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

Some minor changes are needed for gradle 3.0.1 compatibility: in android/build.gradle: * Remove the `buildToolsVersion`, gradle now specifies a default and the current value conflicts with that. * Declare dependencies...

I used to be able to load images from the web directly into this module, and I still can on iOS. But it's broken on android. I just get a...

Adding file://${response.path} fixes it.

Hi Guys, I'm having an issue on this part when using this function class `ImageResizer.createResizedImage` I got this error on iOS actual device (iPhone 6S and iPhone7) ``` 2017-11-09 02:44:51.157923+0800...

I may well have the syntax wrong here but at moment for iOS tests, this lib fails (doesn't crash, but also doesn't provide a resized image) if we specify a...

Would anyone else find this useful?

I use the following uri (obtained from camera): `/var/mobile/Containers/Data/Application/6DCA648B-3E9E-4535-AC2C-20AA90F17681/Library/Caches/RNRectangleScanner/O1663320548.jpeg` imageWidth and imageHeight are set properly. Rotation is set to multiples of 90 (0, 90, 180 or 270). But when I...

I am getting this build error when building the app with 30.0.0-beta.2 of image-resizer, react-native 0.70 and use_frameworks! setting in Podfile.

When specifying the outputPath, Android works correctly and the output file is placed in the following folder for example (exactly what was provided to the library). `data/user/0/net.eksperience.myapp/cache/MB_ImageCompressor/c4e80d26-8055-4c1b-84ed-d47ab9b2aa3a.WEBP` However, on iOS,...