Does <Camera> Supports Crop?

When I open the Camera, is there an option to also allow user to Crop the image being taken?

Thanks,
Ashish

I don’t really know what’s under the hood of the camera module, but if you look at the way it works on both android and ios, the camera application doesn’t crop pictures. Photo viewing apps are the ones who do this. A user can sort of crop the camera by zooming in I guess, but the concept of cropping doesn’t really have much relevance unless you’re talking about already-taken pictures

Hey @ashishmundra,

You’ll want to use the ImageManipulator API to handle cropping images. https://docs.expo.io/versions/v32.0.0/sdk/imagemanipulator/

Cheers,

Adam

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.