react-native-document-scanner-plugin
react-native-document-scanner-plugin copied to clipboard
Allow only one scan [iOS]
Awesome library, I'm playing with it a little and got wondering if there is a way to limit the scans to only one for iOS?
Thanks in advance.
Right now it's not possible since VisionKit doesn't have that option.
@dmarcs is this still not possible?
@dmarcs is this still not possible?
According to the documentation of VNDocumentCameraViewController its still not possible. https://developer.apple.com/documentation/visionkit/vndocumentcameraviewcontroller
I was also interested and did a small research 🙂
@sanduluca Thank you.