alexkendall / react-native-bluetooth-cross-platform

Cross-Platform Bluetooth & WiFi React Native Module. Powered by underdark http://underdark.io/.
179 stars 35 forks source link

how to remove EventListener #12

Closed Emilios1995 closed 7 years ago

Emilios1995 commented 7 years ago

Is it possible to remove event listeners?

alexkendall commented 7 years ago

@Emilios1995 Will add this feature.

alexkendall commented 7 years ago

@Emilios1995 My latest commit a3a11a5d1f339640bba639ce5f70198640635b65 should make the listeners removable. I'll update the readme with directions how to.

Emilios1995 commented 7 years ago

Thanks!