react-native-heytea-qrcode-u
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

react-native-heytea-qrcode

扫二维码/从相册加载二维码 rn插件

install

yarn add @heytea/react-native-heytea-qrcode

use

export interface ScanResult {
    result: string;
    scanType: string;
}

/**
 * 扫码哦
 * @returns {Promise<ScanResult | null>} 扫码结果
 */
export function scanQRCode(): Promise<ScanResult | null>;

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i react-native-heytea-qrcode-u

    Weekly Downloads

    1

    Version

    1.1.2

    License

    MIT

    Unpacked Size

    355 kB

    Total Files

    51

    Last publish

    Collaborators

    • baiachen