-
- All Implemented Interfaces:
-
com.facebook.react.ReactInstanceEventListener
@Deprecated() public interface ReactInstanceManager.ReactInstanceEventListener implements ReactInstanceEventListener
Listener interface for react instance events. This class extends {@Link * com.facebook.react.ReactInstanceEventListener} as a mitigation for both bridgeless and OSScompatibility: We create a separate ReactInstanceEventListener class to remove dependency onReactInstanceManager which is a bridge-specific class, but in the mean time we have to keepReactInstanceManager.ReactInstanceEventListener so OSS won't break.