-
public interface ReactInstanceEventListener
New Listener interface for react instance events. {@Link * ReactInstanceManager.ReactInstanceEventListener will be deprecated.}
-
-
Method Summary
Modifier and Type Method Description abstract void
onReactContextInitialized(ReactContext context)
Called when the react context is initialized (all modules registered). -
-
Method Detail
-
onReactContextInitialized
abstract void onReactContextInitialized(ReactContext context)
Called when the react context is initialized (all modules registered). Always called on the UIthread.
-
-
-
-