1.1.1 • Published 6 years ago

react-native-barcode-pdf417 v1.1.1

Weekly downloads
154
License
MIT
Repository
github
Last release
6 years ago

react-native-barcode-pdf417 npm version

React native component for pdf417 barcode. This module is based on https://github.com/bkuzmic/pdf417-js.

screen shot 2017-06-19 at 2 52 59 pm

Pre install:

Manual linking ART by following http://facebook.github.io/react-native/releases/0.45/docs/linking-libraries-ios.html#manual-linking

Install:

npm install --save react-native-barcode-pdf417

Usage:

import Barcode from "react-native-barcode-pdf417";
//...
<Barcode text="123124123" width={250} height={100} />

LICENSE: MIT

1.1.1

6 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago