mgcrea / vision-camera-barcode-scanner

High performance barcode scanner for React Native using VisionCamera
MIT License
84 stars 11 forks source link

What is the definition of codeTypes? #1

Closed devoren closed 10 months ago

devoren commented 11 months ago

Hello! I pass codeTypes: ['qr'] but it scans all code from code types. Do I understand correctly that if we pass codeTypes, this means that the scanner scans codes with a type from codeTypes?

mgcrea commented 11 months ago

Hey, indeed it's not currently implemented on the native side as I got sidetracked, but should add it pretty soon (meanwhile you can filter on the JS side but not ideal!).