# react-native-bluetooth-peripheral

Allows you to use React Native as a Bluetooth LE Peripheral

## Installation

```sh
npm install react-native-bluetooth-peripheral
```

## Usage

```js
import BluetoothPeripheral from "react-native-bluetooth-peripheral";

// ...

const result = await BluetoothPeripheral.multiply(3, 7);
```

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

## License

MIT
