An open API service indexing awesome lists of open source software.

https://github.com/infonl/info-react-native-laserscanner

QR-code/barcode reader using the laser scanner on Famoco devices
https://github.com/infonl/info-react-native-laserscanner

react-native

Last synced: 7 months ago
JSON representation

QR-code/barcode reader using the laser scanner on Famoco devices

Awesome Lists containing this project

README

          

# react-native-laserscanner

## Getting started

`$ npm install @infonl/react-native-laserscanner --save`

## Usage

```javascript
import Scanner from "@infonl/react-native-laserscanner";

(async function () {
const code = await Scanner.scan();

await Scanner.stop();
})();
```