Accepted values for visibility.
Basically, all the well-known HTML properties are present, but their values are predefined.
See below an example using some of the properties:
<View opacity="half"> <Text color="neutral-900">My awesome text</Text></View> Copy
<View opacity="half"> <Text color="neutral-900">My awesome text</Text></View>
Optional
Changes the element exhibition
Example:
<display="flex"/> Copy
<display="flex"/>
Changes the element opacity
<opacity="light" /> Copy
<opacity="light" />
Changes the element visibility
<visibility="visible" /> Copy
<visibility="visible" />
Accepted values for visibility.
See below an example using some of the properties: