justhive / react-native-view-editor

A simple wrapper for being able to rotate, pan, and resize a child view or image with animations.
https://medium.com/@sscaff1/react-native-image-panning-zooming-832aef361c87#.dyvem0jr4
29 stars 16 forks source link

How do I crop with this library? #13

Open tinchogon34 opened 7 years ago

tinchogon34 commented 7 years ago

Hi! I'm trying to crop an image after zooming and adjusting it to a Mask, it's possible to crop after that? Thanks!

isaachinman commented 6 years ago

@tinchogon34 Did you ever figure this out? If we can't capture the resulting image, this library isn't much use.

brocoder86 commented 6 years ago

you can use react-native-view-shot and take a screen shot of the view containing the boundaries of the cropped image

isaachinman commented 6 years ago

Without looking into it deeply... That sounds like a terrible idea.