react-native-barcode-builder
react-native-barcode-builder copied to clipboard
Is this repo still mantained ?
It seems that this code still use deprecated library like @react-native-community/art which is deprecated in favor of react-native-svg.
it appears so
- typescript types are not in sync with the types expected by the react component
- there seems to be an issue rendering (at least) EAN13 codes - maybe compatibility problem with jsbarcode - i couldn't figure it out
I switched to using react-native-barcode-creator - which seems to work at least better for the basic use cases
I think no, еру problem with EAN13 has existed for several years and no one solves it, I would also recommend changing to another package
I recently tried creating a new package for displaying barcodes called react-native-barcoder
https://www.npmjs.com/package/react-native-barcoder
EAN13 should also be working there.