Laser Barcode Scanner

Hi, I’m new to expo. Just wondering is expo able to use the laser barcode scanner? I’ve tested code from the link BarCodeScanner - Expo Documentation . I’ve try change the BarCodeScanner’s type props to front or back it only work with device camera, but not able to make the laser scanner work. Do guide me how to achieve it. Thanks
device

I’m using this library for my PDA barcode scanners: GitHub - kevinejohn/react-native-keyevent: Capture external keyboard keys or remote control button events

It listens for keyboard events.

To use it you have to detach the app and use Expokit.

1 Like