peggyrayzis/react-native-create-bridge

Use RCTEventEmitter instead of RCTEventDispatcher

notgiorgi opened this issue · 0 comments

I'm trying to dispatch events from my UI component, and appears RCTEventDispatcher is mostly deprecated: facebook/react-native#11792

I want to contribute to this but I need guidance.