-
public interface ReactRootView.ReactRootViewEventListener
Listener interface for react root view events
-
-
Method Summary
Modifier and Type Method Description abstract void
onAttachedToReactInstance(ReactRootView rootView)
Called when the react context is attached to a ReactRootView. -
-
Method Detail
-
onAttachedToReactInstance
abstract void onAttachedToReactInstance(ReactRootView rootView)
Called when the react context is attached to a ReactRootView.
-
-
-
-