MacKentoch / react-native-beacons-manager

React-Native library for detecting beacons (iOS and Android)
MIT License
582 stars 316 forks source link

How detect all iBeacons around me ? #250

Open Malin88 opened 2 years ago

Malin88 commented 2 years ago

Hi. I bought a small device which emit Beacon signal. In app such as Beacon Scanner I can see this device, but when I want find it through this package, I have information that "Found beacons!" but beasons array is empty. Probably is because I need to provide correct "region" data in startRangingBeaconsInRegion() method? Can I scan area around me without provide region ?

sashko9807 commented 1 year ago

Scanning without providing a region is possible only on Android. As for the reason beacon array is empty it could be due to: -Application not having permission to use location -Smartphone location service being turned off

gigflex commented 1 year ago

Hi @Malin88 ,

Are you able to run this code on android or iOS? We are unable to run due to lots of build errors.