rn-doc-scanner-android icon indicating copy to clipboard operation
rn-doc-scanner-android copied to clipboard

getDocumentCrop rotated on some devices

Open tomm1996 opened this issue 6 years ago • 3 comments

const image = await RNDocScanner.getDocumentCrop(true);

will rotate the returned image by -90° on e.G. Samsung S6/Android 7.0, Sony XPERIA/Android 7.0, Pocophone/Android 8.1.0 but not on Huawei P10 Lite/Android 8.0.0.

How can this behaviour be fixed?

tomm1996 avatar Jan 10 '19 17:01 tomm1996