public class UIManagerHelper
extends java.lang.Object
UIManager
.Constructor and Description |
---|
UIManagerHelper() |
Modifier and Type | Method and Description |
---|---|
static UIManager |
getUIManager(ReactContext context,
int uiManagerType) |
static UIManager |
getUIManagerForReactTag(ReactContext context,
int reactTag) |
public static UIManager getUIManagerForReactTag(ReactContext context, int reactTag)
UIManager
that can handle the react tag received by parameter.public static UIManager getUIManager(ReactContext context, int uiManagerType)
UIManager
that can handle the react tag received by parameter.