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
- Host: GitHub
- URL: https://github.com/infonl/info-react-native-laserscanner
- Owner: infonl
- License: isc
- Created: 2020-02-10T15:30:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T06:54:20.000Z (over 3 years ago)
- Last Synced: 2025-10-05T11:32:10.596Z (9 months ago)
- Topics: react-native
- Language: Java
- Homepage:
- Size: 957 KB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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();
})();
```