Expo Image Picker return original and cropped image

I am using Expo’s Image Picker and find it to be a great tool, where you can open the camera or gallery, choose an image and already crop the image, but this results only in the cropped image uri being returned and not the original image. I need both the original image and the cropped image.

Any idea how I could do that? I have tried using the Expo Image Picker to choose the image and then pass that uri to a separate tool to crop, but could not manage it to work due to the incompatibility with Expo.

Thanks in advance!