react-native-kontaktio
                                
                                 react-native-kontaktio copied to clipboard
                                
                                    react-native-kontaktio copied to clipboard
                            
                            
                            
                        Problem to detect Eddystones on Android
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); });