Not able to trigger delegate methods from a framework in react native modules for iOS applications

122 views Asked by At

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.

0

There are 0 answers