🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

react-native-barcode-svg-pdf417

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-barcode-svg-pdf417

ReactNative component for generating pdf417 barcodes

2.0.2
latest
npm
Version published
Weekly downloads
9
-25%
Maintainers
1
Weekly downloads
 
Created
Source

react-native-barcode-svg-pdf417 npm version

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

Install:

yarn add react-native-barcode-svg-pdf417

Usage:

import Barcode from "react-native-barcode-svg-pdf417";
//...
<Barcode text="123124123" width={250} height={100} />

LICENSE

MIT

Keywords

react-native

FAQs

Package last updated on 08 Dec 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts