Michaelvilleneuve / react-native-perspective-image-cropper

Perform custom crop, resizing and perspective correction 📐🖼
MIT License
305 stars 128 forks source link

fix cropped region on ios #64

Closed cdcharlebois closed 2 years ago

cdcharlebois commented 2 years ago

The cropped area on iOS was not aligning with the rectangle & coordinates drawn on the screen. After merging this code, the image provided from the cropper matches what you'd expect.

cdcharlebois commented 2 years ago

Added additional fixes and re-submitted in #65