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 - react-native-image-crop-picker ^0.36.2 - react-native 0.64.2 ### Platform Android ### Expected behaviour Adding images picked from any sources ### Actual behaviour when trying to pick images from sources...
On android 10 if using fake camera software, by calling ImagePicker.openCamera method, user can still download photos from album, is there any way to completely prevent this problem ? "react-native-image-crop-picker":...
Hello, this PR is related to wrong video dimensions on iOS (#1504). As this is open a long time, I am not sure if there is intention to "fix" this....
Summary On Samsung devices running Android 12 (One UI 4.x), the first time the app launches and the user selects photos via react-native-image-crop-picker, the UI shows no selected images and...
Hello react-native-image-crop-picker team, I am experiencing a UI issue on Android where the "Edit photo" screen (the cropping screen) overlaps with the system navigation bar at the bottom and the...
## Description Add a `aspectRatioPickerButtonHidden` option for the crop functionality that allows hiding the aspect ratio button. This prop is passed through to the underlying `TOCropViewController` `aspectRatioPickerButtonHidden` property on iOS....
The library is using an outdated version of libpng (1.6.22) through the uCrop dependency, which contains critical security vulnerabilities with a CVSS score of 9.8. Environment react-native-image-crop-picker version: 0.42.0 React...
I am facing this issue in different apps that apply button and cancel button in cropper are not clickable on different android devices. I was thinking that I am doing...
Version react-native-image-crop-picker 0.41.2 react-native 0.71.19 Is there a way to bypass the user confirmation step after capturing an image? Currently, once an image is captured on Android and IOS, the...