rn-jsbarcode
v0.5.1
Published
React Native component to generate barcodes. Uses [JsBarcode](https://github.com/lindell/JsBarcode) for encoding of data.
Downloads
110
Readme
react-native-jsbarcode
React Native component to generate barcodes. Uses JsBarcode for encoding of data.
Getting started
Step 1
Install react-native-jsbarcode
:
npm install react-native-jsbarcode --save
Step 2
Start using the component
import Barcode from 'react-native-jsbarcode';
<JSBarcode value="Hello World" format="CODE128" />
You can find more info about the supported barcodes in the JsBarcode README.