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

Description Hello, Thank you for the Library On specific a Android devices (Hisense E50 Lite) crash just after clicking image from camera or selecting from gallery. (On other android devices...

### Version - react-native-image-crop-picker v0.35.2 - react-native v0.63.4 ### Platform - iOS14 ### Actual Behavior When I first install my app and try to upload an image, I select *"Allow...

https://github.com/ivpusic/react-native-image-crop-picker/blob/1870e4ddbea65d5c602402d4ed4423975c576354/android/src/main/java/com/reactnative/ivpusic/imagepicker/PickerModule.java#L422-L428 `permissionsCheck` should be removed when use a Cropper. Because the cropper never write to external storage.

https://github.com/ivpusic/react-native-image-crop-picker/blob/1870e4ddbea65d5c602402d4ed4423975c576354/android/src/main/java/com/reactnative/ivpusic/imagepicker/PickerModule.java#L110 `getExternalCacheDir` on Android is good for keep Android users away from internal storage space panic. And, no need to request WRITE_EXTERNAL_STORAGE permission any more.

### Version - react-native-image-crop-picker v0.36.2 - react-native v0.64.2 ### Platform - Android ### Expected behaviour should not clash between "react-native-image-crop-picker" and "instabug-reactnative " ### Actual behaviour I can't open image...

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

` The following build commands failed: CompileC /xxx/Library/Developer/Xcode/DerivedData/xxx-bepddgtwbzyf.../Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/TOCropViewController.build/Objects-normal/arm64/TOActivityCroppedImageProvider.o /Users/..../ios/Pods/TOCropViewController/Objective-C/TOCropViewController/Models/TOActivityCroppedImageProvider.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'TOCropViewController' from project 'Pods') (1 failure) ` ![Screen Shot 2022-05-26 at 11 44 44](https://user-images.githubusercontent.com/78890340/170418075-7fa80221-1134-45a7-b819-7bcf5242ab34.png) ###...

### Version Tell us which versions you are using: - react-native-image-crop-picker v0.35 - react-native v0.62.0 ### Platform My code is working fine on iOS with crop image package. However, when...

### Version Tell us which versions you are using: - react-native-image-crop-picker v^0.37.2 - react-native v0.67.1 ### Platform Tell us to which platform this issue is related - iOS ### Expected...

### Version "react-native": "^0.52.0", "react-native-image-crop-picker": "^0.19.1", ### Platform - Android Manifest.xml gradel dependencies { classpath 'com.android.tools.build:gradle:2.2.3' } distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip