diff --git a/releases/next/docs/layout-props.html b/releases/next/docs/layout-props.html index 3c735bad3e1..9b1c3829178 100644 --- a/releases/next/docs/layout-props.html +++ b/releases/next/docs/layout-props.html @@ -7,7 +7,11 @@ overriding the alignItems of the parent. It works like align-self in CSS (default: auto). See https://developer.mozilla.org/en-US/docs/Web/CSS/align-self - for more details.

borderBottomWidth number #

borderBottomWidth works like border-bottom-width in CSS. + for more details.

aspectRatio number #

Aspect ratio control the size of the undefined dimension of a node. Aspect ratio is a +non-standard property only available in react native and not CSS.

borderBottomWidth number #

borderBottomWidth works like border-bottom-width in CSS. See https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-width for more details.

borderLeftWidth number #

borderLeftWidth works like border-left-width in CSS. See https://developer.mozilla.org/en-US/docs/Web/CSS/border-left-width