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

How to pick images using this package in android 14 when user select "Select photos and videos" option from permission .

Open AdnanAshraf-gol opened this issue 1 year ago • 3 comments

How to pick images using this package in android 14 when user select "Select photos and videos" option from permission .

It shows a modal to select gallery images and ones image picker is opened it gives permission issue .

Version

  • react-native-image-crop-picker v0.40.0
  • react-native v0.73.1

Platform

  • Android (v14)

alive5sec-1704191085830-6bf68815-3cbd-46e5-bc0d-355189889602

AdnanAshraf-gol avatar Jan 03 '24 05:01 AdnanAshraf-gol

Is there any update about the issue?

mostasim avatar Apr 10 '24 08:04 mostasim

Getting same issue unable to open picker. Also added in androidmanifest.xml

uses-permission android:name="android.permission.READ_MEDIA_VISUAL_USER_SELECTED" uses-permission android:name="android.permission.READ_MEDIA_IMAGES"
uses-permission android:name="android.permission.READ_MEDIA_VIDEO" uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"

kunal-kudale-invimatic avatar Apr 18 '24 05:04 kunal-kudale-invimatic

same issue

PedroNestJp avatar Aug 19 '24 04:08 PedroNestJp