react-native-bluetooth-peripheral

Allows you to use React Native as a Bluetooth LE Peripheral

Usage no npm install needed!

<script type="module">
  import reactNativeBluetoothPeripheral from 'https://cdn.skypack.dev/react-native-bluetooth-peripheral';
</script>

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