react-native-serialport-bluetooth
v0.4.5
Published
comunicacao serialport e bluetooth para android
Downloads
79
Readme
react-native-serialport-bluetooth
comunicacao serialport e bluetooth para android
Installation
npm install react-native-serialport-bluetooth
Usage
import { multiply } from 'react-native-serialport-bluetooth';
// ...
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