@edritech93/react-native-datawedge-intents
v1.0.2
Published
React Native Android module to interface with Zebra's DataWedge using Android Intents to control the barcode scanner and retrieve scanned data
Downloads
177
Maintainers
Readme
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