You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Version
Tell us which versions you are using:
Platform
Tell us to which platform this issue is related
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
Initially while calling the function -> await ImageCropPicker.openPicker({
width: 400,
height: 400,
cropping: true,
includeBase64: true,
showCropFrame: false,
showCropGuidelines: false,
cropperCircleOverlay: true,
});
It ask the permission, please give full access. After that select the image and complete the flow.
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
The text was updated successfully, but these errors were encountered: