react-native-barcode-aspen
v0.0.6
Published
react-native-barcode-expo with updates for aspen
Readme
react-native-barcode-builder-aspen
React Native component to generate barcodes. Uses JsBarcode for encoding of data.
Getting started
Step 1
Install react-native-barcode-aspen:
yarn add react-native-barcode-aspenStep 2
Start using the component
import Barcode from 'react-native-barcode-aspen';
<Barcode value="Hello World" format="CODE128" />You can find more info about the supported barcodes in the JsBarcode README.

