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

Stuck after opening the selection window and clicking on the picture

Open BINAIMENG opened this issue 3 years ago • 0 comments

Version

Tell us which versions you are using:

  • react-native-image-crop-picker v0.20.3
  • react-native v0.55.4

Platform

Tell us to which platform this issue is related

  • Android

    Android 11 xiaomi

Expected behaviour

ImagePicker.openPicker({ //width: px2dp(493), //height: px2dp(309), loadingLabelText: "loading", multiple: true, compressImageQuality: 0.7, mediaType: "photo", cropping: false, }).then(images => { console.log("images", images); this._getCamera(images); });

Actual behaviour

Stuck after opening the selection window and clicking on the picture

Steps to reproduce

Use the code above to open image picker.

Attachments

// stacktrace or any other useful debug info

Love react-native-image-crop-picker? Please consider supporting our collective: 👉 https://opencollective.com/react-native-image-crop-picker/donate

BINAIMENG avatar May 18 '22 01:05 BINAIMENG