How to crop an image when I have a file path to it(using expo)

I am using expo for my mobile app.
In my mobile app, when I swipe left, I get the camera. I click the picture and it returns the local file path to it. I am using the Camera component provided by expo.
Now, when I click the button to take a photo, I want an editor to open so that I can crop the image and save it. How do I do this?