Nicholas Pinney

Results 2 comments of Nicholas Pinney

I am experiencing the same issues on IOS. 'BluetoothLE is in unknown state' and in xcode console: ``` [CoreBluetooth] XPC connection invalid [CoreBluetooth] API MISUSE: has no restore identifier but...

> What I ended up doing was instantiating/exporting `BleManager` in the root of my app (`index.js`). There's an example showing how to do this [here](https://github.com/mciechanowicz/react-native-ble-plx/tree/example-app/example). Afterwards, I was no longer...