scenario I am following.
`
im also having the same probleme. onDeviceDisconnected is ignored
ble plx version : 2.0.0
I appreciate your respond.
What is the solution for it ? Did you find something @josef256 ?
@priyanka-Sadh hello yes i found something,
i downgraded my version to 1.1.1 & it worked.(the 1.1.1 version is not compatible with react antive 0.60+, so you need to a little tweak to make it run)
more info in here #663
Thanks @josef256 let me try for same.
Are there any hope of same can support in 2.0.0
Library is being maintained I think.
Any thought about this. @josef256 and guys who maintaining this Library ?
Hey @josef256 I tried V1.1.1 to setup in RN 0.62.2
I just need to remove apply plugin: 'groovyx.android and build installation worked well.
So when I am trying Interrupting the connection in between, device.onDisconnected() method is been called. But the issue coming inside the node_module ble-plx Library (check screen shot). Any suggestion on this please ?
@priyanka-Sadh post the full code with the onDisconnected call
also if you edited the file directly in the node_modules it will reset with every npm install (do the importance of a postInstall script)
Hey @josef256 I was writting onDisconnected method call at wrong place. I fixed it, now onDisconnected method running fine on android.
But now I am trying same on ios and running the project says some error 'BleClient-Swift.h' file not found, Any suggestion on this please.
@priyanka-Sadh id didn't try it on ios yet.
but let me know if you fix it