Padding

Props#

bottom#

If false, the padding is not applied on the bottom. The default value is true.

TypeRequired
booleanNo

left#

If false, the padding is not applied on the left. The default value is true.

TypeRequired
booleanNo

right#

If false, the padding is not applied on the right. The default value is true.

TypeRequired
booleanNo

rnViewProps#

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

TypeRequired
objectNo

size#

A size of the padding. The default value is large.

TypeRequired
enum('tiny', 'small', 'medium', 'large', 'huge', 'gigantic')No

top#

If false, the padding is not applied on the top. The default value is true.

TypeRequired
booleanNo