mirror of
https://github.com/status-im/react-native.git
synced 2025-01-15 20:15:11 +00:00
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…
x
Reference in New Issue
Block a user