kciter / react-barcode

A <Barcode/> component for use with React.
http://kciter.github.io/react-barcode/
ISC License
396 stars 72 forks source link

Code 39 is not working for text and number #27

Open SRIDHERKUMAR opened 6 years ago

SRIDHERKUMAR commented 6 years ago

i am able to generate the Barcode with the code 39 but the scanner is not reading the Barcode. I was generated barcode in code 39 format with other npm modules and the Scanner able to read.

<Barcode value="VOI567436" displayValue={false} format="code39" />

qq942159888 commented 5 years ago

Support RN ?

dhana6795 commented 5 years ago

does this lib supports pdf417 format?