expo-barcode-pdf417
v1.0.0
Published
react native expo component for pdf417 barcode
Downloads
19
Readme
expo-barcode-pdf417
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.
Install
yarn add notpushkin/expo-barcode-pdf417
Usage
import Barcode from "expo-barcode-pdf417";
<Barcode text="123124123" width={250} height={100} />
License: MIT