0.1.4 • Published 5 years ago

react-native-thub-rn-barcode-scanning v0.1.4

Weekly downloads
18
License
MIT
Repository
github
Last release
5 years ago

react-native-thub-rn-barcode-scanning

Rn module for barcode scanning

Installation

npm install react-native-thub-rn-barcode-scanning

Usage

import ThubRnBarcodeScanning from 'react-native-thub-rn-barcode-scanning';

ThubRnBarcodeScanning.scanBarcode(
  imagePath,
  (data) => {
    console.log(data);
  },
  (errorMessage) => {
    console.log(errorMessage);
  }
);

Contributing

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

License

MIT

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago