1.0.1 • Published 1 year ago

react-native-id-qrcodeview v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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