EventDispatcherProvider

An interface that can be implemented by a com.facebook.react.bridge.ReactContext to provide a first-class API for accessing the EventDispatcher from the com.facebook.react.bridge.UIManager.

Functions

Link copied to clipboard

This should always return an EventDispatcher, even if the instance doesn't exist; in that case it should return the empty BlackHoleEventDispatcher.