0.3.14 • Published 2 years ago
react-native-serial-bluetooth v0.3.14
react-native-serial-bluetooth
Connect Serialport and bluetooth
Installation
npm install react-native-serial-bluetooth
Usage
import { multiply } from 'react-native-serial-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