hoist Native Children
When constructing the native tree, nodes that return true
will be treated as leaves. Instead of adding this view's native children as subviews of it, they will be added as subviews of an ancestor. In other words, this view wants to support native children but it cannot host them itself (e.g. it isn't a ViewGroup).