0.1.1 • Published 2 years ago

physical-barcode-scanner-api v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

native-barcode-scanner

A Native Expo Module for interacting with a physical scanner, in react native.

Currently supports following manufactures and models:

  • Newland
    • MT9055

Installation in bare React Native projects

For bare React Native projects, you must ensure that you have installed and configured the expo package before continuing.

Add the package to your npm dependencies

npm install native-barcode-scanner

Configure for iOS

Run npx pod-install after installing the npm package.

Configure for Android

Contributing

Contributions are currently not accepted.