Allows you to use React Native as a Bluetooth LE Peripheral
npm install react-native-bluetooth-peripheralAllows you to use React Native as a Bluetooth LE Peripheral
``sh`
npm install react-native-bluetooth-peripheral
`js
import BluetoothPeripheral from "react-native-bluetooth-peripheral";
// ...
const result = await BluetoothPeripheral.multiply(3, 7);
``
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT