react-native-barcode-builder
react-native-barcode-builder copied to clipboard
Component for generating barcode in react native app
It seems that this code still use deprecated library like @react-native-community/art which is deprecated in favor of react-native-svg.
Every time when i choose the format EAN 13, I got the error "undefined is not an object(evaluating binary.length)" 
Hi, is this library capable of returning the base64 of the generated barcode? Thank you.
still having that error in expo ios... how can i solve this? thanks
Should resolve #59 and resolve #56 _without_ needing to eject from Expo, and relates to #49. I made a few small changes to generate the barcode images with `react-native-svg` instead...
Hey guys, once I have the library installed and when I distribute the build to test flight my application is crashing on the screen I'm importing the library. Older versions...
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...
When running test with jest, I get the following error  ract-native version: 0.63.3 react-native-barcode-builder: 2.0.0
Warning: this could be a breaking change For an application I need to set the barcode background to a minimal padding but [the padding is always set to 10](https://github.com/wonsikin/react-native-barcode-builder/blob/master/index.js#L189). Is...