I am writing a react native project where I am trying to connect to a BLE device using BGXpress library via an iOS Application using react-native-modules.
I have been able to successfully discover the device and connect as well, but I am unable to trigger the delegate method 'stateChangedForDevice' once the device is connected.
Can someone please help me out on how I can actually get the delegate method to get triggered.
Thank you.