Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Queation/Bug: getting “Sending beaconsDidRange with no listeners registered.” #56

Open
oferRounds opened this issue Oct 9, 2017 · 1 comment

Comments

@oferRounds
Copy link

I followed the example as is, and everything worked great.

But suddenly, I stopped getting the Beacons detection event, while getting the warning:
“Sending beaconsDidRange with no listeners registered.”

Any idea what might cause this? I’ve tried everything...

@oferRounds
Copy link
Author

oferRounds commented Oct 9, 2017

I do have the code part:

var subscription = DeviceEventEmitter.addListener(
  'beaconsDidRange',
  (data) => {
       console.log(data);
  }
);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant