react-native-image-crop-picker icon indicating copy to clipboard operation
react-native-image-crop-picker copied to clipboard

iOS/Android image picker with support for camera, video, configurable compression, multiple images and cropping

Results 392 react-native-image-crop-picker issues
Sort by recently updated
recently updated
newest added

- Adding an openAndroidPicker to handle the Android 14 limited/partial access. - Fix for https://github.com/ivpusic/react-native-image-crop-picker/issues/2058 https://github.com/user-attachments/assets/c756835f-6599-4c23-937e-3a7d00019b69

here is my code : if (option === "camera") { image = await ImageCropPicker.openCamera({ width: 1000, height: 1000, cropping: true, useFrontCamera: true, includeBase64: true, }); } else { image =...

Hi, after upgrading to react-native 0.79.5 and to react-native-image-crop-picker 0.51.0, I'm facing some issues with the iOS gallery picker. If I try to select some images from the gallery, the...

Greetings so react-native-image-crop-picker great tool it is just when opening for the first time the user denies the camera closes good. The 2nd time the user opens the camera, they...

``` ``` Above is my code in Manifest file and below is file provider_paths.xml ``` ``` On ImagePicker.openCamera I am getting error ``` code: "E_FAILED_TO_OPEN_CAMERA" message: "Missing android.support.FILE_PROVIDER_PATHS meta-data" ```

Is it possible to change the image size and quality without cropping? This feature is also needed. Is it possible to add it? It just need to add one flag.

I'm unable to change font style of cropperToolbarTitle, cropperChooseText & cropperCancelText, i'm building multilingual app, So i need to use different font for some languages, See pic See Here using...

Bumps [rexml](https://github.com/ruby/rexml) from 3.4.1 to 3.4.2. Release notes Sourced from rexml's releases. REXML 3.4.2 - 2025-08-26 Improvement Improved performance. GH-244 GH-245 GH-246 GH-249 GH-256 Patch by NAITOH Jun Raise appropriate...

dependencies
ruby

Hi there, I wanted to know if there is a way to reduce the image cropper size on android ? Because the head bar is way too high (cf picture)...

## Description Improved error handling in the Android crop result handler to provide more specific error messages when image cropping fails. ## Changes - Enhanced error message in `croppingResult()` method...