react-native-image-crop-picker
react-native-image-crop-picker copied to clipboard
iOS/Android image picker with support for camera, video, configurable compression, multiple images and cropping
After react native update(0.76.3) if don't use width and height it crops and in as result I see lowest quality (something like width:200) on iOS 18.
Fixes https://github.com/ivpusic/react-native-image-crop-picker/issues/1631 If the controller is being dismissed, we shouldn't be presenting _from_ that controller. ## Test Plan No longer getting ``` [UIKitCore] Attempt to present on (from ) whose...
Package version: react-native-image-crop-picker v0.42.0 React native version: react-native 0.77 Platform: android 15, emulator permission READ_MEDIA_IMAGES or READ_MEDIA_VIDEO granted Trying to open picker result in an error: android.content.ActivityNotFoundException: No Activity found...
After submitting the app for review on the Google Play Store, I received the following compliance feedback regarding media permissions: **Google Play Feedback:** Your app is not compliant with how...
I've noticed an issue where the crop selection box does not rotate along with the image when using react-native-image-crop-picker. The library applies the rotation transformation to the image itself, but...
I’ve added a grayscale option to react-native-image-crop-picker for Android. When { grayscale: true } is passed as an option, the cropped image is displayed in grayscale, but the final output...
When using this on IOS, I get the above error.. Example code: ``` const croppedImage = await ImageCropper.openCropper({ path: 'path to image', mediaType: 'photo', width: options.resize?.width || 1600, height: options.resize?.height...
I have a error when use react-native-image-crop-picker: `Error: Exception in HostObject::get(propName:ImageCropPicker): java.lang.NoClassDefFoundError: Failed resolution of: Lcom/yalantis/ucrop/UCrop$Options; ERROR Invariant Violation: Failed to call into JavaScript module method AppRegistry.runApplication(). Module has not...
### Description Having a crash when attempting to upload a video. Apparently due to the absence of MIME type in the video file since that's the object[7] field in the...
### Version Tell us which versions you are using: - react-native-image-crop-picker v0.41.6 - react-native v0.76.3 ### Platform Tell us to which platform this issue is related - iOS ### Expected...