react-native-barcode-expo
v2.0.0
Published
React Native component to generate barcodes. Uses [JsBarcode](https://github.com/lindell/JsBarcode) for encoding of data.
Downloads
4,665
Readme
react-native-barcode-builder-expo
React Native component to generate barcodes. Uses JsBarcode for encoding of data.
Getting started
Step 1
Install react-native-barcode-expo
:
yarn add react-native-barcode-expo
Step 2
Start using the component
import Barcode from 'react-native-barcode-expo';
<Barcode value="Hello World" format="CODE128" />
You can find more info about the supported barcodes in the JsBarcode README.