RowContainer

Props#

align#

A vertical alignment of the content. The default value is center.

TypeRequired
enum('bottom', 'center', 'top')No

rnViewProps#

React Native's View props. Check React Native View documentation.

TypeRequired
objectNo

wrap#

Whether children can wrap around after they hit the end of the container. The default value is false.

TypeRequired
enum(true, false, 'reverse')No