From b61be45bb4bf5cc2fbe2c23d6de5857440f533c5 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Wed, 23 Nov 2016 18:19:20 +0000 Subject: [PATCH] Updated docs for next --- releases/next/docs/layout-props.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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.

  • On a node with a set width/height aspect ratio control the size of the unset dimension
  • On a node with a set flex basis aspect ratio controls the size of the node in the cross axis +if unset
  • On a node with a measure function aspect ratio works as though the measure function measures +the flex basis
  • On a node with flex grow/shrink aspect ratio controls the size of the node in the cross axis +if unset
  • Aspect ratio takes min/max dimensions into account

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