You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Platform is android and app crashes when call function "Beacons.startRangingBeaconsInRegion(id, uuid);"
At console, i can show Beacons ranging started succesfully! and then app crashes.
Is there any way to resolve this without downgrading RN version ?
Plz give me the answer ,,,, :(
The text was updated successfully, but these errors were encountered:
I've solved this by updating node_modules\react-native-beacons-manager\android\build.gradle compile 'com.facebook.react:react-native:0.12.+' to compile 'com.facebook.react:react-native:0.63.+'
Version 1.0.7
Android 28
react native 0.63.4
npm 6.13.4
const detectBeacon = async () => {
const id = 'REGION1';
const uuid = [UUID];
Platform is android and app crashes when call function "Beacons.startRangingBeaconsInRegion(id, uuid);"
At console, i can show
Beacons ranging started succesfully!
and then app crashes.Is there any way to resolve this without downgrading RN version ?
Plz give me the answer ,,,, :(
The text was updated successfully, but these errors were encountered: