isYogaLeafNode

Nodes that return true will not manage (and and remove) child Yoga nodes. For example ReactTextInputShadowNode or ReactTextShadowNode have child nodes, which do not want Yoga to lay out, so in the eyes of Yoga it is a leaf node. Override this method in subclass to enforce this requirement.