New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-native-id-qrcodeview

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-id-qrcodeview

test

latest
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
1
-50%
Maintainers
1
Weekly downloads
 
Created
Source

react-native-id-qrcodeview

native view to generate and display qrcodes in native side (No needs for SVG)

Result

The following screen is an example of library implementation.

Command Line Tools

Installation

npm install react-native-id-qrcodeview
yarn add react-native-id-qrcodeview

This library support auto-linking no extra step are required.

Usage

import { QRCodeView } from "react-native-id-qrcodeview";

    <QRCodeView
        qrCodeValue={qrCodeValue}
        backgroundColor={'#F5F7FB'}
        style={{width: 180, height: 180}}
        key="QrCodeView"
    />

You can check the example available withing the Repo for using.

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

Looking for help to support Fabric.

License

MIT

Keywords

react-native

FAQs

Package last updated on 17 Mar 2023

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