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

Is this repo still mantained ?

Open smartcris opened this issue 3 years ago • 4 comments

It seems that this code still use deprecated library like @react-native-community/art which is deprecated in favor of react-native-svg.

smartcris avatar Mar 29 '22 22:03 smartcris

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

arnorhs avatar Apr 12 '22 11:04 arnorhs

I think no, еру problem with EAN13 has existed for several years and no one solves it, I would also recommend changing to another package

KonstantinZhukovskij avatar Jul 07 '22 10:07 KonstantinZhukovskij

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.

TheBlindHawk avatar Jun 20 '24 09:06 TheBlindHawk