Srikanth Enuguru
Results
2
issues of
Srikanth Enuguru
**Describe the bug** I'm trying to listen for the changes happening on a characteristic. To achieve that I added a listener on BleManagerDidUpdateValueForCharacteristic event. But this handler is not being...
### Version 1.2.9 ### Platform Android ### OS version android 12 ### Steps to reproduce ``` import Beacons from '@mindsoftcreative/react-native-beacons-manager'; function App(): JSX.Element { // eslint-disable-next-line @typescript-eslint/no-unused-vars const [state, setState]...