Update removeClippedSubviews prop default value

This commit is contained in:
Roman Telicak 2015-11-24 16:04:35 +01:00
parent 789b5708ec
commit 3622e44426
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,
/**