react-native-walkthrough-tooltip
react-native-walkthrough-tooltip copied to clipboard
Warn EventEmitter in react native version +0.65
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
Fix pushed but not uploaded to npmjs https://github.com/jasongaare/react-native-walkthrough-tooltip/commit/7b6a05ec0b13eaf1d6b1eea2b36655a84ee42145
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
@FelipeLimaDeSouza @tatiana-lonestone Can you verify if the latest v1.3.1 fixed the warning?
Perfect with this version, thanks for the merge!
Working now