react-native-ble-manager
react-native-ble-manager copied to clipboard
replace lambda with anonymous inner class for Callback
Solves https://github.com/innoveit/react-native-ble-manager/issues/865 for us.
Replaces the only lambda (that was blocking our build) with an anonymous class for greater backward/forward compatibility.
I guess this was also recently fixed via: https://github.com/innoveit/react-native-ble-manager/pull/884
I guess this was also recently fixed via: #884
Yes, it was fixed