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

ImagePicker.openCamera does not work

Open xclidongbo opened this issue 4 years ago • 4 comments

Version

Tell us which versions you are using:

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

Platform

Tell us to which platform this issue is related

  • Android

"react-native-image-picker": "^3.8.1", "react-native-image-crop-picker": "^0.36.2",

ImagePicker.openCamera({
      width: scaleSize(600),
      height: scaleSize(600),
      cropping: true,
    }).then((result) => {
      this._fetchImageData(result);
    });

warning

backend.js:32 Possible Unhandled Promise Rejection (id: 1):
Error: Couldn't find meta-data for provider with authority com.xxxx.app.provider
Error: Couldn't find meta-data for provider with authority com.xxxx.app.provider

xclidongbo avatar May 26 '21 05:05 xclidongbo

I have the same problem

cozyhana avatar Nov 18 '21 07:11 cozyhana

I have the same problem with app has react-native-freshchat-sdk... Is there a way to fixed this?

jbagaresgaray avatar May 16 '22 08:05 jbagaresgaray

I have the same problem

casaumayman avatar Jul 16 '22 12:07 casaumayman

facing the same error

kaiyes avatar Jul 21 '22 06:07 kaiyes