0.1.1 • Published 3 years ago

react-native-hid-bridge-module v0.1.1

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

react-native-hid-bridge-module

Comunicate with usb hid device

Installation

npm install react-native-hid-bridge-module

Usage

import HidBridgeModule from "react-native-hid-bridge-module";

// ...

const result = await HidBridgeModule.multiply(3, 7);

Contributing

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

License

MIT