Z Stack
The Z Stack arranges its children on top of each other

How to use
The Z Stack is a convenience component that is just a View with default flex styling to arrange its children on top of each other. You can nest other components inside of it.
Configuration Properties
Name | Description |
---|---|
Component name | The name of the component as it appears in the Screen's component tree |
Reverse | Whether the Z arrangement of the children should be reversed or not. |
Updated 14 days ago