I am working on an application using React Native version 0.68.2
.
I would like to detect a barcode scanning event from a physical scanner hardware available in the mobile itself (it is a handheld scanner).
The application must be able to detect the scanned input without focusing on any visible TextInput
.
How to do such task?