react-native-image-crop-picker
react-native-image-crop-picker copied to clipboard
ImagePicker.openCamera does not work
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
I have the same problem
I have the same problem with app has react-native-freshchat-sdk... Is there a way to fixed this?
I have the same problem
facing the same error