wrapInView
Specifies that this Component should be represented as a View when this hierarchy is mounted.
By default a Component does not mount any content. The exceptions to this are if:
The Component renders to a com.facebook.litho.annotations.MountSpec with View mount content
The Component has styles that require a View (like background)
The Component has the wrapInView style