1.0.2 • Published 12 months ago

@edritech93/react-native-datawedge-intents v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

react-native-datawedge-intents

React Native Android module to interface with Zebra's DataWedge using Android Intents to control the barcode scanner and retrieve scanned data

Installation

npm install react-native-datawedge-intents

Usage

import { multiply } from 'react-native-datawedge-intents';

// ...

const result = await multiply(3, 7);

Contributing

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

License

MIT


Made with create-react-native-library