mirror of
https://github.com/status-im/react-native.git
synced 2025-02-10 08:26:23 +00:00
Fix scrollview doc type - canimprove -> can improve
This commit is contained in:
parent
d662a307b7
commit
2f9cc9723f
@ -186,7 +186,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 canimprove scrolling performance on long lists. The default value is
|
* This can improve scrolling performance on long lists. The default value is
|
||||||
* false.
|
* false.
|
||||||
*/
|
*/
|
||||||
removeClippedSubviews: PropTypes.bool,
|
removeClippedSubviews: PropTypes.bool,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user