Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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. #2126

Open
khaliqbasha opened this issue Jan 11, 2025 · 1 comment

Comments

@khaliqbasha
Copy link

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.

Screen.Recording.2025-01-11.at.6.13.15.PM.mov

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant