We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After editing an image in the native gallery, react-native-image-crop-picker should load the edited image.
After editing an image in the native gallery, react-native-image-crop-picker loads the original image instead of the edited one.
Open the open-picker (using ImagePicker.openPicker)
Choose an any image
Open the Android native gallery and edit the image.
Return to the app and close the open-picker
Re-open the open-picker and select the same image again.
ImagePicker.openPicker({"cropping": true, "height": 640, "includeBase64": true, "width": 640})
Thank you for your support.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
Platform
Expected behaviour
After editing an image in the native gallery, react-native-image-crop-picker should load the edited image.
Actual behaviour
After editing an image in the native gallery, react-native-image-crop-picker loads the original image instead of the edited one.
Steps to reproduce
Open the open-picker (using ImagePicker.openPicker)
Choose an any image
Open the Android native gallery and edit the image.
Return to the app and close the open-picker
Re-open the open-picker and select the same image again.
Attachments
Screen_Recording_20250102_153712.1.mp4
Thank you for your support.
The text was updated successfully, but these errors were encountered: