Aleksandar Petkov

Results 12 comments of Aleksandar Petkov

compile method() has been deprecated starting from gradle v7. Replace 'compile' with 'implementation' For reference https://github.com/sashko9807/react-native-beacons-manager/commit/32d013ebff87733cccf60f62532cf509f540daf0

I don't have android 12 device, to test but since this library is based on android beacon library, check [their docs](https://altbeacon.github.io/android-beacon-library/requesting_permission.html) regarding necessary changes for android 12+. Another thing, for...

> @sashko9807 Thank you for the response. I already added the permissions in manifest file. > > I enabled device's location also. But still unable to detect the beacons. Has...

> @sashko9807 Yes. Location permission is being granted at runtime only. Please refer to the below screenshots. > > I observed this error in console: **error uniqueId may not be...

Already answered. Reference: https://github.com/MacKentoch/react-native-beacons-manager/issues/244#issuecomment-1229186151

Beacons is default export. Try `import Beacons from 'react-native-beacons-manager';` instead of `import {Beacons} from 'react-native-beacons-manager';`

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...

Ranging/Monitoring for beacons is tied up to the Location API in both IOS and Android, thus the appropriate permissions needs to be granted, and location service should be turned on....

> I am having the same error. I also followed the Patches link since my RN is 0.70.6 (which I reverted to 0.70.5). But I am still getting issue while...

> Didn't work for me .. I tried setting RN version to both 0.70.6 and 0.70.5. > > 1. Keeping RN version to 0.70.6 and applying the patch, I am...