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

ImageResizer.createResizedImage( 'file:///var/mobile/Containers/Data/Application/E713A80B-37A4-4B73-B68F- D090667366C7/tmp/3B85353B-510F-421E-B08A-96F4066A7742.jpg', 100, 100, 'JPG', 100, ) .then(resizerResponse => { console.log('response') }) .catch(e => { console.log('on fail') }) giving me the following error in ios: JSON value '{ column...

Hello, this code rotate the image in some samsung devices. The parameter rotation is 0 and I dont understand it. ![image](https://user-images.githubusercontent.com/32926040/175780464-b3b397d3-3eb2-4a7e-a6e2-e0939be70512.png) Any solution?

I want to keep metadata when resizing an image. I used `ImageResizer.createResizedImage` with `keepMeta = true`. However, it is not working on iOS. As a result of the analysis, getImageMeta()...

Hi all, First of all, I love this package and I have been using it for quite some time without any issues. Well done 👏 I have a question about...

Bumps [simple-plist](https://github.com/wollardj/simple-plist) from 1.1.0 to 1.3.1. Release notes Sourced from simple-plist's releases. TypeScript This release is a rewrite of the JavaScript code into TypeScript code to add strong typing for...

dependencies

Caused by java.lang.NullPointerException: uriString at android.net.Uri$StringUri.(Uri.java:507) at android.net.Uri$StringUri.(Uri.java:497) at android.net.Uri.parse(Uri.java:469) at fr.bamlab.rnimageresizer.ImageResizerModule.createResizedImageWithExceptions(ImageResizerModule.java:79) at fr.bamlab.rnimageresizer.ImageResizerModule.access$000(ImageResizerModule.java:27) at fr.bamlab.rnimageresizer.ImageResizerModule$1.doInBackgroundGuarded(ImageResizerModule.java:63) at fr.bamlab.rnimageresizer.ImageResizerModule$1.doInBackgroundGuarded(ImageResizerModule.java:59) at com.facebook.react.bridge.GuardedAsyncTask.doInBackground(GuardedAsyncTask.java:36) at com.facebook.react.bridge.GuardedAsyncTask.doInBackground(GuardedAsyncTask.java:20) at android.os.AsyncTask$3.call(AsyncTask.java:394) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)...

After running the below commands: ``` yarn add react-native-image-resizer cd ios && pod install ``` When I try to build the app I get this error: **ld: warning: directory not...

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Hi. There is an error caused by new Apple image format. ![5ba6170fda](https://user-images.githubusercontent.com/11060296/31217368-6c084dd2-a9bf-11e7-99ea-aaf721d9d6d1.jpg)