Socket
Socket
Sign inDemoInstall

react-native-qrcode-svg

Package Overview
Dependencies
1
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-native-qrcode-svg

A QR Code generator for React Native based on react-native-svg and javascript-qrcode.


Version published
Weekly downloads
86K
decreased by-21.18%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

react-native-qrcode-svg

A QR Code generator for React Native based on react-native-svg and javascript-qrcode.

NPM circleci

screenshot screenshot

Please install react-native-svg first.

npm install react-native-svg --save
react-native link react-native-svg
npm install react-native-qrcode-svg --save
...
import QRCode from 'react-native-qrcode-svg';
...
render() {
  ...
  return (
    ...
    <QRCode
      size={300}
      value="this is a qr code."
      color="blue"
      backgroundColor="red"
    />
    ...
  );
  ...
};
...

react-native-svg

javascript-qrcode

Keywords

FAQs

Last updated on 09 Nov 2016

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc