1.1.2 • Published 3 years ago

react-native-heytea-qrcode-u v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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>;