You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NativeEventEmitter.removeListener has been removed since a few version in React Native, instead you are supposed to call the .remove() on the returned "listenere" which is an event subscription now.
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
[email protected]
for the project I'm working on.NativeEventEmitter.removeListener has been removed since a few version in React Native, instead you are supposed to call the
.remove()
on the returned "listenere" which is an event subscription now.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered: