1.0.0 • Published 1 year ago

expo-barcode-pdf417 v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

expo-barcode-pdf417 npm version

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

Forked from react-native-barcode-pdf417 to replace ART dependency with react-native-svg (which is builtin to Expo).

Then forked from notpushkin to replace an import fixing it for current versions of expo.

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

Install

yarn add notpushkin/expo-barcode-pdf417

Usage

import Barcode from "expo-barcode-pdf417";

<Barcode text="123124123" width={250} height={100} />

License: MIT

1.0.0

1 year ago