React native component for pdf417 barcode. This module is based on https://github.com/bkuzmic/pdf417-js.
Uses React Native Community ART
npm install --save react-native-barcode-pdf417
import Barcode from "react-native-barcode-pdf417";
//...
<Barcode text="123124123" width={250} height={100} />
LICENSE: MIT