public class RootViewManager extends ViewGroupManager<android.view.ViewGroup>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
REACT_CLASS |
PROP_TEST_ID
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, createShadowNodeInstance, getChildAt, getChildCount, getShadowNodeClass, needsCustomLayoutForChildren, removeAllViews, removeViewAt, updateExtraData
setAccessibilityComponentType, setAccessibilityLabel, setAccessibilityLiveRegion, setBackgroundColor, setDecomposedMatrix, setElevation, setImportantForAccessibility, setOpacity, setRenderToHardwareTexture, setRotation, setScaleX, setScaleY, setTestId, setTranslateX, setTranslateY
addEventEmitters, createView, getCommandsMap, getExportedCustomBubblingEventTypeConstants, getExportedCustomDirectEventTypeConstants, getExportedViewConstants, getNativeProps, onAfterUpdateTransaction, onDropViewInstance, receiveCommand, updateProperties
public static final java.lang.String REACT_CLASS
public java.lang.String getName()
getName
in class ViewManager<android.view.ViewGroup,LayoutShadowNode>
protected android.view.ViewGroup createViewInstance(ThemedReactContext reactContext)
ViewManager
createViewInstance
in class ViewManager<android.view.ViewGroup,LayoutShadowNode>