aclec / expo-zebra-scanner

11 stars 4 forks source link

Scanner works in every input filed without call. #9

Closed creen-aps closed 8 months ago

creen-aps commented 9 months ago

Maybe this is not problem, i do not have to add-listener for scanning . All text-input in project can scan codes without any code for zebra scanner.

aclec commented 9 months ago

Hi,

The zebra scanner is used as keyboard by default to fill text inputs. But you need to focus the input before scan.

I'm using this lib to scan QRcodes or Barcodes and then handle custom functions in my code (not to fill text inputs).