react-barcode
react-barcode copied to clipboard
Barcode and @react-pdf/renderer
How can I insert a barcode in PDF generated with @react-pdf/renderer library ??
I am also facing this issue. I tried adding the barcode outside View and inside View. But it just doesnt show.
<View fixed>
<Barcode value='http://github.com/kciter' />
</View>
I am using "pdf-lib": "^1.17.1" and "@react-pdf/renderer": "^3.1.9"
Any suggestions?