wonsikin / react-native-barcode-builder

Component for generating barcode in react native app
Other
175 stars 116 forks source link

Is this repo still mantained ? #71

Open smartcris opened 2 years ago

smartcris commented 2 years ago

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

arnorhs commented 2 years ago

it appears so

I switched to using react-native-barcode-creator - which seems to work at least better for the basic use cases

KonstantinZhukovskij commented 2 years ago

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

TheBlindHawk commented 2 weeks ago

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.