react-native-kontaktio icon indicating copy to clipboard operation
react-native-kontaktio copied to clipboard

Problem to detect Eddystones on Android

Open LPFraile opened this issue 2 years ago • 0 comments

Hello I have a problem reading Eddystone format on Android. Is that functionality working correctly? Does not return any error but just does not read any present eddystone that I am able to detect with another app. Notice that the beaconDidUpdate functionality works correctly. I attached the code. Thank you in advance await connect('', [IBEACON, EDDYSTONE]) await startScanning(); DeviceEventEmitter.addListener('eddystonesDidUpdate', ({eddystones, namespace}) => { console.log('eddystonesDidUpdate', eddystones, namespace); });

LPFraile avatar Aug 09 '21 13:08 LPFraile