From bee5b615ae261953b9719965ae8cfb09f9701355 Mon Sep 17 00:00:00 2001
From: Website Deployment Script
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.
In React Native flex does not work the same way that it does in CSS.
+ for more details of how bottom affects layout.
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.
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
diff --git a/releases/next/docs/scrollview.html b/releases/next/docs/scrollview.html
index 6499ad0beeb..66aa92e5bb7 100644
--- a/releases/next/docs/scrollview.html
+++ b/releases/next/docs/scrollview.html
@@ -124,7 +124,7 @@ If no options are passed, animated defaults to true.