rn-doc-scanner-android
rn-doc-scanner-android copied to clipboard
getDocumentCrop rotated on some devices
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?