Merge pull request #4324 from rtelicak/patch-1

Update removeClippedSubviews prop default value
This commit is contained in:
Christopher Dro 2015-11-24 17:14:23 +01:00
commit 9dc774877e
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ var ScrollView = React.createClass({
* Experimental: When true, offscreen child views (whose `overflow` value is
* `hidden`) are removed from their native backing superview when offscreen.
* This can improve scrolling performance on long lists. The default value is
* false.
* true.
*/
removeClippedSubviews: PropTypes.bool,
/**