0.5.1 • Published 3 years ago

rn-jsbarcode v0.5.1

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

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.

0.4.1

3 years ago

0.3.1

3 years ago

0.5.1

3 years ago

0.2.1

4 years ago

0.1.1

4 years ago

0.0.1

4 years ago