Driversnote-Dev / react-native-kontaktio

React Native (iOS and Android) library for Kontakt.io beacons (and all other beacons)
MIT License
112 stars 48 forks source link

Problem to detect Eddystones on Android #82

Open LPFraile opened 2 years ago

LPFraile commented 2 years ago

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); });