is Root Tag
Deprecated
You should not check the tag of the view to inspect if it's the rootTag. Relying on this logic could make your app/library break in the future.
Replace with
Return
if the react tag received by parameter is a RootTag or not.
Parameters
view Tag
react tag