diff --git a/releases/next/docs/layout-props.html b/releases/next/docs/layout-props.html index 0c5a0871645..32d2fb8ee00 100644 --- a/releases/next/docs/layout-props.html +++ b/releases/next/docs/layout-props.html @@ -24,11 +24,7 @@ See http for more details.

bottom number, string #

bottom is the number of logical pixels to offset the bottom edge of this component.

It works similarly to bottom in CSS, but in React Native you must use points or percentages. Ems and other units are not supported.

See https://developer.mozilla.org/en-US/docs/Web/CSS/bottom - for more details of how bottom affects layout.

direction enum('inherit', 'ltr', 'rtl') #

direction specifies the directional flow of the user interface. - The default is inherit, except for root node which will have - value based on the current locale. - See https://facebook.github.io/yoga/docs/rtl/ - for more details.

flex number #

In React Native flex does not work the same way that it does in CSS. + for more details of how bottom affects layout.

flex number #

In React Native flex does not work the same way that it does in CSS. flex is a number rather than a string, and it works according to the css-layout library at https://github.com/facebook/css-layout.

When flex is a positive number, it makes the component flexible @@ -118,7 +114,11 @@ for more details.

zIndex will render on top. Think of the z-direction like it's pointing from the phone into your eyeball. See https://developer.mozilla.org/en-US/docs/Web/CSS/z-index for - more details.

You can edit the content above on GitHub and send us a pull request!

← PrevNext →