Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 282 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 282 Bytes

react-native-laserscanner

Getting started

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

Usage

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

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

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