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

Component for generating barcode in react native app

Results 27 react-native-barcode-builder issues
Sort by recently updated
recently updated
newest added

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)" ![screen shot 2017-08-07 at 2 58 28 am](https://user-images.githubusercontent.com/11452048/29007255-90ce0534-7b1c-11e7-88c9-e8bf25d7617e.png)

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 ![Screenshot from 2021-04-24 08-15-24](https://user-images.githubusercontent.com/47563562/115956867-acdbb000-a4d5-11eb-8ce2-dbc982f16e44.png) 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...