react-native-create-bridge
react-native-create-bridge copied to clipboard
Use RCTEventEmitter instead of RCTEventDispatcher
I'm trying to dispatch events from my UI component, and appears RCTEventDispatcher is mostly deprecated: https://github.com/facebook/react-native/pull/11792
I want to contribute to this but I need guidance.