react-native-global-event-emitter icon indicating copy to clipboard operation
react-native-global-event-emitter copied to clipboard

Shared event emitter between native and JS for React Native.

Results 1 react-native-global-event-emitter issues
Sort by recently updated
recently updated
newest added

Hi there, I noticed that inside the `addListener`, if someone trying to listen to an event which is already listened before, which will cause `RNTGlobalEventEmitter.addObserver(eventName);` run one more time, which...