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

I see this error in log: ``` [Presentation] Attempt to present on (from ) whose view is not in the window hierarchy. ``` ### Version - react-native-image-crop-picker v0.36.2 - react-native...

Why: sourceURL gave no read permission on iOS 18+ Action: replace sourceURL absoluteString to relativePath Source: https://medium.com/@mi9nxi/ios-18-phasset-url-from-requestavasset-09c67fd069f1 Tested on iOS 18 and 17

### Version Tell us which versions you are using: - react-native-image-crop-picker v0.40.3 - react-native v0.73.7 ### Platform Tell us to which platform this issue is related - iOS - Android...

### Version - react-native-image-crop-picker v0.41.4 - react-native v0.62.2 ### Platform - Android ### Expected behaviour Open android photo album ### Actual behaviour android open a special page ![_20241022111024.jpg](https://s2.loli.net/2024/10/22/RLHgcJWbfDyuwZ3.jpg) I don't...

## Overview I want to crop an image using openCropper, but I encounter the following error: ``` [Error: file] E_NO_IMAGE_DATA_FOUND ``` The error only occurs on Android devices with the...

### Problem Summary Our app is being rejected by Google Play for violating new storage access policies. The rejection is due to use of permissions like: - READ_MEDIA_IMAGES - READ_EXTERNAL_STORAGE...

# โ— Crash on iOS 26.1 when calling `openCamera()` using `react-native-image-crop-picker` ## ๐Ÿงพ Description The app crashes immediately on **iOS 26.1 (public release)** when invoking `ImagePicker.openCamera()`. The same code works...

Prior to the changes in https://github.com/ivpusic/react-native-image-crop-picker/pull/2093, the Android photo picker had the "Browse" option in the kebab/3 dot menu: This allowed you to select photos from cloud providers like Google...

An error message is r returned when tried to upload an image from gallery, which is in .heic format. ![Error log](https://user-images.githubusercontent.com/10346318/109276884-951cde00-783c-11eb-9f8b-3e6215fce083.PNG) ### Version - react-native-image-crop-picker v0.26.1 - react-native v0.61.4 ###...

On Android 10 devices (and lower) permission is always DENIED no matter what you do - because of Google Play requirement we have to remove permission from the manifest which...