@vvteplygin/react-native-ble

React native module to manage bluetooth peripheral mode

Usage no npm install needed!

<script type="module">
  import vvteplyginReactNativeBle from 'https://cdn.skypack.dev/@vvteplygin/react-native-ble';
</script>

README

react-native-ble

Getting started

$ npm install react-native-ble --save

Mostly automatic installation

$ react-native link react-native-ble

Usage

import BlePeripheralManager from 'react-native-ble';

// TODO: What to do with the module?
BlePeripheralManager;