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
### Version Tell us which versions you are using: - react-native-image-crop-picker v0.36.0 - react-native v0.64.1 ### Platform - iOS ### Expected behaviour filename field in Image object returns filename ###...
Improve the openPicker method to work in background and require less resources. Solving https://github.com/ivpusic/react-native-image-crop-picker/issues/1382#issue-685059806
### Version - react-native-image-crop-picker v0.36.0 (~~react-native-image-crop-picker v0.26.1~~) - react-native v0.62.2 ### Platform - iOS ### Expected behaviour Image gallery should open within a reasonable amount of time, even if a...
### Version Tell us which versions you are using: - react-native-image-crop-picker v0.39.0 - react-native v0.69.7 ### Platform - Android ### Expected behaviour Maintain transparency after cropping or resizing. ### Actual...
Version Tell us which versions you are using: react-native-image-crop-picker v0.42.0 react-native v0.71.15 Platform Tell us to which platform this issue is related Android Expected behaviour Android 14 introduces Selected Photos...
### Version - react-native-image-crop-picker v0.37.2 - react-native v0.64.1 ### Platform - Android ### Expected behaviour It should disable the rotation gesture but cropper anyways allows to do rotate in the...
I have disabled rotation gesture, but i can still rotate images with my fingers in the "crop" window. I have the below configuration ``` const imagePickerOptions: Options = { mediaType:...
Some particular photos becomes corrupted when cropped, etc. on Pixel 6 Pro API 33 emulator  **This code will always cause issue** ``` const options = { quality: 0.45, width:...
### 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...
Hi, I would like to take\capture photo with the bottom OK\Cancel confirmation button following is the code that I am using - which still display the buttons: ``` Intent intent...