brandon in
brandon in
Has anyone been able to get nexus to work with netlify yet?
I'm having the same issue that it doesn't wait for the peripheral to actually pair before running other logic: ``` const device = await this.device.connect(); this.device = await device.discoverAllServicesAndCharacteristics(); //...
The issue I had was for android and I fixed it by moving to `react-native-ble-manager` for android. I ended up bonding the peripheral before connecting and it solved my issues.