-
public class ViewUtil
-
-
Method Summary
Modifier and Type Method Description static intgetUIManagerType(int reactTag)Counter for uniquely identifying views. static booleanisRootTag(int reactTag)-
-
Method Detail
-
getUIManagerType
static int getUIManagerType(int reactTag)
Counter for uniquely identifying views. - % 2 === 0 means it is a Fabric tag. Seehttps://github.com/facebook/react/pull/12587
-
isRootTag
@Deprecated() static boolean isRootTag(int reactTag)
- Parameters:
reactTag- react tag
-
-
-
-