Socket
Socket
Sign inDemoInstall

react-native-qrcode-svg

Package Overview
Dependencies
30
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
Maintainers
1
Install size
135 kB
Created

Readme

Source

react-native-qrcode-svg

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

npm install react-native-svg --save
rnpm 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 05 May 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