Chris Fradella
Chris Fradella
Also encountering this issue. It'll stall on `retrieveServices` until something else interrupts it.
On Android you can set an event emitter listener for the event `BleManagerConnectPeripheral` to know if you paired. However, the concept of "bonding" is only an Android concept, which is...
Experiencing this issue as well, +6 months later. When the app state is a dependency in a `useEffect` and that `useEffect` makes permissions requests, it's an infinite loop. I'd really...