Optional bottomA distance from the bottom.
Example:
<bottom={20} />
Optional displayChanges the element exhibition
Example:
<display="flex"/>
Optional id"Fills the ID of the element (not very practical)."
Example:
<View id="id" />
Optional leftA distance from the left.
Example:
<left={20} />
Optional listDefines the marker style of the list. Accepts 'disc', 'circle', 'square', 'decimal', 'none', or any valid CSS value.
Optional opacityChanges the element opacity
Example:
<opacity="light" />
Optional positionThe element positioning.
Example:
<position="relative" />
Optional rightA distance from the right.
Example:
<right={20} />
Optional topA distance from the top.
Example:
<top={20} />
Optional transform"Prepare a position transforming of element"
Example:
<View transform="rotate(45deg)" />
Optional transition"Prepare a transition of visual state change"
Example:
<View transition="background-color 0.5s ease-in-out" />
Optional visibilityChanges the element visibility
Example:
<visibility="visible" />
Optional visual"Determines the visual state of the component and its children."
Example:
<View visualState="success" />
Optional zValue of z-index
Example:
<zIndex={1} />
Accepted values for the List component.
Here's an example using some of the properties: