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

The Image Picker perform iPhone 16 at initial giving "Allow Full Access". After that it won't works. Before selecting image the pop-up get closed.

Open khaliqbasha opened this issue 11 months ago • 6 comments

Version

Tell us which versions you are using:

  • react-native-image-crop-picker v0.41.6
  • react-native v0.74.3

Platform

Tell us to which platform this issue is related

  • iOS

Expected behaviour

Image Picker have to perform in iPhone 16 after giving the "Allow Full Access" at multiple times.

Actual behaviour

The Image Picker perform iPhone 16 at initial giving "Allow Full Access". After that it won't works. Before selecting image the pop-up get closed.

https://github.com/user-attachments/assets/e40d42d5-6290-445d-a51b-69a55cc7ab6c

Steps to reproduce

  1. Initially while calling the function -> await ImageCropPicker.openPicker({ width: 400, height: 400, cropping: true, includeBase64: true, showCropFrame: false, showCropGuidelines: false, cropperCircleOverlay: true, });

  2. It ask the permission, please give full access. After that select the image and complete the flow.

  3. Trigger the same function again. The ImagePicker get close and if you try again also, the same issue occurs.

Attachments

// stacktrace or any other useful debug info

Love react-native-image-crop-picker? Please consider supporting our collective: 👉 https://opencollective.com/react-native-image-crop-picker/donate

khaliqbasha avatar Jan 11 '25 13:01 khaliqbasha

I am apologise for above one, It is my code issue and it is resolved.

khaliqbasha avatar Jan 11 '25 13:01 khaliqbasha

Please close the issue if it's not a bug in the library.

dretsa avatar Jan 27 '25 20:01 dretsa

What was the issue in code?

geekmohit avatar Mar 21 '25 13:03 geekmohit

Some code issue, it got resolved

On Fri, 21 Mar 2025 at 6:42 PM, geekmohit @.***> wrote:

What was the issue in code?

— Reply to this email directly, view it on GitHub https://github.com/ivpusic/react-native-image-crop-picker/issues/2126#issuecomment-2743329524, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATAYOQKXINLJI4N5Q66Q2O32VQF4PAVCNFSM6AAAAABU76R37GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDONBTGMZDSNJSGQ . You are receiving this because you authored the thread.Message ID: @.***> [image: geekmohit]geekmohit left a comment (ivpusic/react-native-image-crop-picker#2126) https://github.com/ivpusic/react-native-image-crop-picker/issues/2126#issuecomment-2743329524

What was the issue in code?

— Reply to this email directly, view it on GitHub https://github.com/ivpusic/react-native-image-crop-picker/issues/2126#issuecomment-2743329524, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATAYOQKXINLJI4N5Q66Q2O32VQF4PAVCNFSM6AAAAABU76R37GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDONBTGMZDSNJSGQ . You are receiving this because you authored the thread.Message ID: @.***>

khaliqbasha avatar Mar 21 '25 13:03 khaliqbasha

Some code issue, it got resolved 一些代码问题,它得到了解决   ...

What was the issue in code? because i meet the same issue

FairyLand123-maker avatar May 06 '25 14:05 FairyLand123-maker

Some code issue, it got resolved 一些代码问题,它得到了解决   ...

What was the issue in code? because i meet the same issue

For the solution, refer to this link https://github.com/ivpusic/react-native-image-crop-picker/issues/1433

LoganRaja avatar Jul 03 '25 09:07 LoganRaja