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 open-picker does not load images that were edited using the Android native gallery #2121

Open
wichan7 opened this issue Jan 2, 2025 · 0 comments

Comments

@wichan7
Copy link

wichan7 commented Jan 2, 2025

Version

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

Platform

  • os/ver: Android 14

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

  1. Open the open-picker (using ImagePicker.openPicker)

  2. Choose an any image

  3. Open the Android native gallery and edit the image.

  4. Return to the app and close the open-picker

  5. Re-open the open-picker and select the same image again.

Attachments

ImagePicker.openPicker({"cropping": true, "height": 640, "includeBase64": true, "width": 640})
Screen_Recording_20250102_153712.1.mp4

Thank you for your support.

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