-
public interface ReactRootView.ReactRootViewEventListenerListener interface for react root view events
-
-
Method Summary
Modifier and Type Method Description abstract voidonAttachedToReactInstance(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.
-
-
-
-