0.1.4 • Published 5 years ago
react-native-thub-rn-barcode-scanning v0.1.4
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