0.1.16 • Published 1 year ago

react-native-mlkit-barcode v0.1.16

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

react-native-mlkit-barcode

Google mlkit based barcode-qr code scanner

Installation

npm install react-native-mlkit-barcode

Usage

import { MlkitBarcodeView, BARCODE } from "react-native-mlkit-barcode";

// ...

 <MlkitBarcodeView
          style={{width:800, height:800}}
          enableScanner={this.state.enableScanner}
          barcodeFormat={BARCODE.FORMAT_ALL_FORMATS}
          onSuccess={(data) => {
            console.log("BarCode On Success :", data);
            this.setState({enableScanner:false})
          }}
        />

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

0.1.15

1 year ago

0.1.16

1 year ago

0.1.13

2 years ago

0.1.14

2 years ago

0.1.10

3 years ago

0.1.11

2 years ago

0.1.12

2 years ago

0.1.1

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.9

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

1.0.1

4 years ago