kciter / react-barcode

A <Barcode/> component for use with React.
http://kciter.github.io/react-barcode/
ISC License
391 stars 72 forks source link

Barcode and @react-pdf/renderer #83

Open martingodec opened 1 year ago

martingodec commented 1 year ago

How can I insert a barcode in PDF generated with @react-pdf/renderer library ??

anisharya16 commented 2 months ago

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?