Padding
Props#
bottom#
If false, the padding is not applied on the bottom. The default value is true.
| Type | Required |
|---|---|
| boolean | No |
left#
If false, the padding is not applied on the left. The default value is true.
| Type | Required |
|---|---|
| boolean | No |
right#
If false, the padding is not applied on the right. The default value is true.
| Type | Required |
|---|---|
| boolean | No |
rnViewProps#
React Native's View props. Check React Native View documentation.
| Type | Required |
|---|---|
| object | No |
size#
A size of the padding. The default value is large.
| Type | Required |
|---|---|
| enum('tiny', 'small', 'medium', 'large', 'huge', 'gigantic') | No |
top#
If false, the padding is not applied on the top. The default value is true.
| Type | Required |
|---|---|
| boolean | No |