I am using react-native-barcodescanner in one of my projects.
The project demands app to be open all the time and should scan every incoming profile's barcode, read that and show popup of that profile.
While the app is open response is instant for quite some time but when app is ideal for some time, it stops reading barcode. If I close the app and reopen it, everything starts working smoothly again.
I wanted to know what is causing that and how to solve it. Or is it library issue!
I am using react-native-barcodescanner in one of my projects.
The project demands app to be open all the time and should scan every incoming profile's barcode, read that and show popup of that profile.
While the app is open response is instant for quite some time but when app is ideal for some time, it stops reading barcode. If I close the app and reopen it, everything starts working smoothly again.
I wanted to know what is causing that and how to solve it. Or is it library issue!