talalmajali / react-native-countdown-component

React Native CountDown
MIT License
272 stars 235 forks source link

EventEmitter needs update #112

Open ajohnson1031 opened 2 years ago

ajohnson1031 commented 2 years ago

Getting an EventEmitter.removeListener warning. It's because the call to remove the listener should be updated to simply .remove(). Not a huge deal, but it should be triaged.

chungtvdev commented 1 year ago

Getting an EventEmitter.removeListener warning. It's because the call to remove the listener should be updated to simply .remove(). Not a huge deal, but it should be triaged.

Hi Bro How to remove.( ) in the code?