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

Android: Failed to find configured root that contains /data/user/0/com.myapp/cache/react-native-image-crop-picker/filename.jpg

Open szabinah90 opened this issue 4 years ago • 3 comments

Version

  • react-native-image-crop-picker ^0.36.2
  • react-native 0.64.2

Platform

Android

Expected behaviour

Adding images picked from any sources

Actual behaviour

when trying to pick images from sources other than Gallery or Photos app (like Google Drive or Recent photos), picker throws an error: Failed to find configured root that contains /data/user/0/com.myapp/cache/react-native-image-crop-picker/filename.jpg

Attachments

  • filepath for images from Gallery/Photos: storage/emulated/0/DCIM/Screenshots/filename.jpg
  • filepath for images from other sources: data/user/0/com.myapp/cache/react-native-image-crop-picker/filename.jpg

szabinah90 avatar Sep 29 '21 12:09 szabinah90