Back to React Native

Rect Object Type

website/versioned_docs/version-0.77/rect.md

latest966 B
Original Source

Rect accepts numeric pixel values to describe how far to extend a rectangular area. These values are added to the original area's size to expand it.

Example

js
{
    bottom: 20,
    left: null,
    right: undefined,
    top: 50
}

Keys and values

bottom

TypeRequired
number, null, undefinedNo

left

TypeRequired
number, null, undefinedNo
TypeRequired
number, null, undefinedNo

top

TypeRequired
number, null, undefinedNo

Used by