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
fix(listeners): port Emitter.once to analogous addListener/remove API
react-native 0.64 removes Emitter.once, but the same effect is achievable
by adding a listener, then in the listener removing the subscription after
executing the callback
reference: facebook/react-native@87a2e29
0 commit comments