johnkennethfurog

Results 1 issues of johnkennethfurog

RN Version : 0.62.2 react-native-kontaktio Version: ^2.7.2 to detect beacons I am using this code : ``` DeviceEventEmitter.addListener('beaconsDidUpdate', ({ beacons }) => { console.log('beaconsDidUpdate', beacons); }); DeviceEventEmitter.addListener('beaconDidAppear', ({ beacon })...