rnbarcode
v0.1.4
Published
react native barcode view
Downloads
6
Maintainers
Readme
RNBarcode
react native barcode view
<RNBarcode
text={this.state.barcodeText}
format={'qr'}
onBarcodeError={ (p1) => { console.log("barcode error : ", p1.nativeEvent); } }
style={ { width : 200, height : 80, backgroundColor : 'white' } }
/>