rusel1989 / react-native-bluetooth-serial

Port of https://github.com/don/BluetoothSerial for react native
476 stars 293 forks source link

BluetoothSerial.removeListener('eventname',callback) does not enter into the callback #53

Open babyinthesky opened 7 years ago

babyinthesky commented 7 years ago

BluetoothSerial.removeListener('eventname',callback) does not enter into the callback function.

Can anyone find the cause?

jorge627 commented 7 years ago

Same problem here

abdulrahman-khankan commented 7 years ago

Same here, I can register a listener on('read',cb()) but can't removeListener('read',cb()) @rusel1989 any update on this? Is this plugin still maintained?

Thanks!