BlueBreeze bindings for React Native. A modern Bluetooth LE library.
npm install react-native-bluebreezeBlueBreeze bindings for React Native. A modern Bluetooth LE library.
``sh`
npm install react-native-bluebreeze
`js
import { multiply } from 'react-native-bluebreeze';
// ...
const result = multiply(3, 7);
``
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
---
Made with create-react-native-library