react-native-bluetooth-state-manager
react-native-bluetooth-state-manager copied to clipboard
Property 'addEventListener' does not exist on type 'typeof import("react-native-bluetooth-state-manager")'.ts(2339)
Types are not fully implemented i think ^
Also:
Property 'EVENT_BLUETOOTH_STATE_CHANGE' does not exist on type 'typeof import("react-native-bluetooth-state-manager")
My usage is like this:
BluetoothStateManager.addEventListener(BluetoothStateManager.EVENT_BLUETOOTH_STATE_CHANGE, (state: BluetoothState) => {
...
Hi @angelos3lex, you're right. It's on my TODO to rewrite all in Typescript. Until then feel free to send a Pull Request to improve the current implementation.
@patlux is it still on your to do? ^^