1.0.0 • Published 3 years ago

@kirbi96/rn-barcode-417 v1.0.0

Weekly downloads
3
License
ISC
Repository
-
Last release
3 years ago

rn-barcode-417

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

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 i @kirbi96/rn-barcode-417

Usage:

import RNPDF417 from "@kirbi96/rn-barcode-417";

//...
<RNPDF417
    text={"message"}
    width={250}
    height={100}
/>

LICENSE: MIT