Search code examples
iosreact-nativeframeworksbluetooth-lowenergybluetooth-peripheral

Is it posssible to use Poledia/react-native-ble-plx to turn iOS device into iBeacon?


I'm developing an app in React Native for iOS and Android, it will use BLE to emit an UUID for an external device to find. The other device functions as the central.

So is it possible to use Poledia/react-native-ble-plx to set the device in peripheral-mode, and make it a beacon?


Solution

  • I end up using React-native-ibeacon-simulator. Works great!