react-native-beacons-manager icon indicating copy to clipboard operation
react-native-beacons-manager copied to clipboard

How detect all iBeacons around me ?

Open Malin88 opened this issue 1 year ago • 2 comments

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 ?

Malin88 avatar Nov 24 '22 13:11 Malin88

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

sashko9807 avatar Dec 23 '22 00:12 sashko9807

Hi @Malin88 ,

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

gigflex avatar Jan 20 '23 12:01 gigflex