Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

What type of bar codes can be read? #64

Closed
nraboy opened this issue Jul 14, 2015 · 6 comments
Closed

What type of bar codes can be read? #64

nraboy opened this issue Jul 14, 2015 · 6 comments

Comments

@nraboy
Copy link

nraboy commented Jul 14, 2015

I'm sorry if this is an inappropriate place to ask, but what types of bar codes can be read with this component? Maybe you can add them to the README?

Thanks,

@jtremback
Copy link
Collaborator

I've never used the barcode functionality, but I saw this in the source:

           @"BarCodeType": @{
               @"upce": AVMetadataObjectTypeUPCECode,
               @"code39": AVMetadataObjectTypeCode39Code,
               @"code39mod43": AVMetadataObjectTypeCode39Mod43Code,
               @"ean13": AVMetadataObjectTypeEAN13Code,
               @"ean8":  AVMetadataObjectTypeEAN8Code,
               @"code93": AVMetadataObjectTypeCode93Code,
               @"code138": AVMetadataObjectTypeCode128Code,
               @"pdf417": AVMetadataObjectTypePDF417Code,
               @"qr": AVMetadataObjectTypeQRCode,
               @"aztec": AVMetadataObjectTypeAztecCode
               },

@nraboy
Copy link
Author

nraboy commented Jul 14, 2015

Awesome. Thanks for finding this for me @jtremback :-)

@lwansbrough
Copy link
Collaborator

@nraboy Yeah that's the list, also the scan event will return the type of barcode recognized.

@liukepeng
Copy link

I want to implement scan QR_Code with React Native for Android.Can you help me?

@lwansbrough
Copy link
Collaborator

@liukepeng Android is not yet supported unfortunately.

@liukepeng
Copy link

Thank you very much!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants