I’m currently developing a React Native app that incorporates a document scanning feature using the react-native-document-scanner-plugin. While the plugin functions flawlessly on iOS devices, I’ve encountered several issues when using it on Android.
Firstly, the document scanner on Android doesn’t initiate automatic scanning as it does on iOS. Additionally, even when the user manually captures the document, the edges aren’t cropped accurately, necessitating manual corrections using edge lines.
I’ve experimented with various configurations and settings, but haven’t been able to resolve these issues. Could someone suggest alternative plugins or potential workarounds to achieve smoother document scanning functionality on Android?
Ideally, I was expecting the react-native-document-scanner-plugin to perform consistently across both iOS and Android platforms, with automatic scanning and accurate document edge cropping on Android devices, similar to its behavior on iOS. However, since encountering these issues, I’m seeking advice or recommendations for alternative solutions that can deliver reliable document scanning functionality on Android within a React Native app.
ABIKANNAN E is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.