Update removeClippedSubviews prop default value
This commit is contained in:
parent
789b5708ec
commit
3622e44426
|
@ -278,7 +278,7 @@ var ScrollView = React.createClass({
|
||||||
* Experimental: When true, offscreen child views (whose `overflow` value is
|
* Experimental: When true, offscreen child views (whose `overflow` value is
|
||||||
* `hidden`) are removed from their native backing superview when offscreen.
|
* `hidden`) are removed from their native backing superview when offscreen.
|
||||||
* This can improve scrolling performance on long lists. The default value is
|
* This can improve scrolling performance on long lists. The default value is
|
||||||
* false.
|
* true.
|
||||||
*/
|
*/
|
||||||
removeClippedSubviews: PropTypes.bool,
|
removeClippedSubviews: PropTypes.bool,
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue