ReactNative component for generating pdf417 barcodes
npm install react-native-barcode-svg-pdf417> This is a fork of react-native-barcode-pdf417 in order to replace the used ART package with react-native-svg.
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
yarn add react-native-barcode-svg-pdf417
`$3
`js
import Barcode from "react-native-barcode-svg-pdf417";
//...
``