react-native-barcode-builder icon indicating copy to clipboard operation
react-native-barcode-builder copied to clipboard

Typescript types are missing a number of options

Open BenMcH opened this issue 4 years ago • 0 comments

The actual list of barcode types can be found here: https://github.com/lindell/JsBarcode/blob/master/src/barcodes/index.js

Some props, like 'flat' are not included in the types at all but are sent into jsbarcode and are needed for barcodes like EAN-13 and UPC

BenMcH avatar Oct 04 '21 20:10 BenMcH