Iamandi Radu
Iamandi Radu
I agree. I'm getting a lot of `"Trouble reaching server. Please try again in a few minutes" Trouble initializing Branch. Request to Branch server timed out. Please check your internet...
While you're scanning, that thing will appear there. You can avoid it by scanning at an interval. (check WhatsApp's live location sharing implementation).
I recognize the "Scanning for Beacons" string from @ newoceaninfosys fork. I also made a fork after that fork (double fork?) and implemented a toggle logic for the Beacon Service....
``` componentDidMount() { this._beaconsInit(); } _beaconsInit = async () => { // function that checks is Bluetooth and Location services are enabled const proximityCapabilities = await this._proximityCapabilities(); if (this.props.beaconsEnabled &&...
@ielonclesio, also 0.60.
Release?
Trying to find the same thing, man. @canthony224
I think the result is also wrong. It should return a string, but the types say it's a number.
I might be able to add this feature. If so, expect a PR. :)
@a613, the onExit event is not fired? I'm currently using it to open a form when the user closed Plaid and it works. It works in both scenarios: X button...