A logistics app must scan barcodes continuously without the user pressing a button each time. Which implementation supports continuous scanning?
-
A
Use the Camera component's onBarCodeScanned prop with a cooldown flag
-
B
Take a photo on an interval and process it with an ML model
-
C
Use Linking to open the native camera app for each scan
-
D
Poll the device clipboard for barcode values