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?
I end up using React-native-ibeacon-simulator. Works great!