react-native-lewin-qrcode

1.1.0 • Public • Published

react-native-lewin-qrcode

react-native 识别照片二维码

Table of contents

Install

1: yarn add 或者npm install,现在最新版本是1.0.0

yarn add react-native-lewin-qrcode

2: yarn install 或 npm install

3: react-native link react-native-lewin-qrcode

Usage

NOTE: 可以参考Example的App.js中的openPhoto方法

import {readerQR} from 'react-native-lewin-qrcode'
//path 图片文件的路径
readerQR(path).then((data)=>{
  Alert.alert('识别结果',data);
}).catch((err)=>{
   Alert.alert('识别失败');
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    20
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    20
  • 1.0.2
    2
  • 1.0.1
    0
  • 1.0.0
    1

Package Sidebar

Install

npm i react-native-lewin-qrcode

Weekly Downloads

18

Version

1.1.0

License

ISC

Unpacked Size

811 kB

Total Files

75

Last publish

Collaborators

  • lewin