react-native-image-crop-picker icon indicating copy to clipboard operation
react-native-image-crop-picker copied to clipboard

openPicker doesn't work on OnePlus

Open avlonder opened this issue 4 years ago • 1 comments
trafficstars

Version

Tell us which versions you are using:

  • react-native-image-crop-picker v0.63.2
  • react-native v0.63.4

Platform

Android (OxygenOS)

Expected behaviour

const image = await ImagePicker.openPicker({
          mediaType: 'photo',
          width: Blob.size.large,
          height: Blob.size.large,
          multiple: false,
          cropping: true,
          enableRotationGesture: true,
          cropperCircleOverlay: true,
          cropperActiveWidgetColor: colors.primary,
          cropperStatusBarColor: colors.primary
        });

Opens the photo library.

Actual behaviour

Does nothing. Sorry, I don't have extra logging info. It happens on the device of one of my testers.

avlonder avatar Jun 05 '21 15:06 avlonder

facing same issue on Oneplus 11r android14

anwargul0x avatar May 30 '24 12:05 anwargul0x