2.0.0 • Published 11 months ago

react-native-barcode-expo v2.0.0

Weekly downloads
237
License
Apache-2.0
Repository
github
Last release
11 months ago

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.

npm.io

Properties

2.0.0

11 months ago

1.2.0

2 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago