public class RootViewManager extends ViewGroupManager<android.view.ViewGroup>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
REACT_CLASS |
| Constructor and Description |
|---|
RootViewManager() |
| Modifier and Type | Method and Description |
|---|---|
protected android.view.ViewGroup |
createViewInstance(ThemedReactContext reactContext)
Subclasses should return a new View instance of the proper type.
|
java.lang.String |
getName() |
addView, createCSSNodeInstance, getChildAt, getChildCount, needsCustomLayoutForChildren, removeView, updateExtraData, updateViewaddEventEmitters, createView, getCommandsMap, getExportedCustomBubblingEventTypeConstants, getExportedCustomDirectEventTypeConstants, getExportedViewConstants, getNativeProps, onDropViewInstance, receiveCommandpublic static final java.lang.String REACT_CLASS
public java.lang.String getName()
getName in class ViewManager<android.view.ViewGroup,ReactShadowNode>protected android.view.ViewGroup createViewInstance(ThemedReactContext reactContext)
ViewManagercreateViewInstance in class ViewManager<android.view.ViewGroup,ReactShadowNode>