ReactInstanceEventListener

Deprecated

Listener interface for react instance events. This class extends {@Link * com.facebook.react.ReactInstanceEventListener} as a mitigation for both bridgeless and OSS compatibility: We create a separate ReactInstanceEventListener class to remove dependency on ReactInstanceManager which is a bridge-specific class, but in the mean time we have to keep ReactInstanceManager.ReactInstanceEventListener so OSS won't break.

Functions

Link copied to clipboard

Called when the react context is initialized (all modules registered). Always called on the UI thread.