Skip to main content

IReactViewInstance

Kind: interface

EXPERIMENTAL

Used to implement a non-XAML platform ReactRootView.

Methods

InitRootView

void InitRootView(IReactContext context, ReactViewOptions viewOptions)

Initialize ReactRootView with the reactInstance and view-specific settings

UninitRootView

void UninitRootView()

Uninitialize ReactRootView and destroy UI tree

UpdateRootView

void UpdateRootView()

Update ReactRootView with changes in ReactInstance

Referenced by