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

Possible Unhandled Promise Rejection (id: 0): Error: /storage/emulated/0/Pictures/Screenshot_20220512-172449-compressed.png: open failed: EACCES (Permission denied)

Open amithardikar opened this issue 2 years ago • 0 comments

Version

Tell us which versions you are using: react-native-image-crop-picker": "0.18.2" "react-native": "0.59.9",

Platform

Android build.gradle ext { buildToolsVersion = "30.0.0" minSdkVersion = 19 compileSdkVersion = 30 targetSdkVersion = 30 supportLibVersion = "30.0.0" firebaseMessagingVersion = "21.1.0" }

  • iOS
  • Android

Expected behaviour

Actual behaviour

Steps to reproduce

1.Select image from gallery from android 10 and above.

2.Possible Unhandled Promise Rejection (id: 0): Error: /storage/emulated/0/Pictures/Screenshot_20220512-172449-compressed.png: open failed: EACCES (Permission denied).

AndroidManifest permissions -

<application android:requestLegacyExternalStorage="true" android:name=".MainApplication" android:label="@string/app_name" android:icon="@mipmap/ic_launcher" android:allowBackup="false" android:theme="@style/AppTheme"

amithardikar avatar May 16 '22 12:05 amithardikar