Merge pull request #4324 from rtelicak/patch-1
Update removeClippedSubviews prop default value
This commit is contained in:
commit
9dc774877e
|
@ -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,
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue