react-native-bluetooth-peripheral
v0.1.11
Published
Allows you to use React Native as a Bluetooth LE Peripheral
Downloads
16
Readme
react-native-bluetooth-peripheral
Allows you to use React Native as a Bluetooth LE Peripheral
Installation
npm install react-native-bluetooth-peripheral
Usage
import BluetoothPeripheral from "react-native-bluetooth-peripheral";
// ...
const result = await BluetoothPeripheral.multiply(3, 7);
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT