react-native-walkthrough-tooltip icon indicating copy to clipboard operation
react-native-walkthrough-tooltip copied to clipboard

Warn EventEmitter in react native version +0.65

Open FelipeLimaDeSouza opened this issue 3 years ago • 4 comments

In react native version +0.65 has EventEmitter warn

EventEmitter.removeListener('change', ...): Method has been deprecated. Please instead use 'remove()' on the subscription returned by EventEmitter.addListener

I'm using react-native-walkthrough-tooltip version 1.3.0

FelipeLimaDeSouza avatar Jan 13 '22 01:01 FelipeLimaDeSouza

Fix pushed but not uploaded to npmjs https://github.com/jasongaare/react-native-walkthrough-tooltip/commit/7b6a05ec0b13eaf1d6b1eea2b36655a84ee42145

ShaunLWM avatar Jan 17 '22 02:01 ShaunLWM

I added this commit in my project with :

"react-native-walkthrough-tooltip": "jasongaare/react-native-walkthrough-tooltip#7b6a05ec0b13eaf1d6b1eea2b36655a84ee42145",

But I still have the warning on react-native 0.66.4

tatiana-lonestone avatar Feb 09 '22 10:02 tatiana-lonestone

@FelipeLimaDeSouza @tatiana-lonestone Can you verify if the latest v1.3.1 fixed the warning?

chungweileong94 avatar Mar 22 '22 03:03 chungweileong94

Perfect with this version, thanks for the merge!

tatiana-lonestone avatar Mar 30 '22 12:03 tatiana-lonestone

Working now

FelipeLimaDeSouza avatar Aug 08 '23 15:08 FelipeLimaDeSouza