react-native-id-qrcodeview
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i react-native-id-qrcodeview

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

61.7 kB

Total Files

34

Last publish

Collaborators

  • isakhi