@developeraspire/react-native-sunmi-barcode-scanner

0.2.0 • Public • Published

@developeraspire/react-native-sunmi-barcode-scanner

A React native intergation of the Sunmi device built-in barcode scanner, for android only.

Installation

Using Yarn

yarn add @developeraspire/react-native-sunmi-barcode-scanner

Using Npm

npm install @developeraspire/react-native-sunmi-barcode-scanner

Usage

import SunmiBarcodeScanner from '@developeraspire/react-native-sunmi-barcode-scanner';

const scannedCode = await SunmiBarcodeScanner.startScanner();

console.log("Scanned Code:" scannedCode)

Contributing

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

License

MIT


Created by Franklin Okolie

Package Sidebar

Install

npm i @developeraspire/react-native-sunmi-barcode-scanner

Weekly Downloads

26

Version

0.2.0

License

MIT

Unpacked Size

17.9 kB

Total Files

22

Last publish

Collaborators

  • developeraspire