update description about removeClippedSubviews

Summary: Closes https://github.com/facebook/react-native/pull/4998

Reviewed By: svcscm

Differential Revision: D2790689

Pulled By: androidtrunkagent

fb-gh-sync-id: 2db476eabe067fd770b6acce47b62607df348052
This commit is contained in:
sunnylqm 2015-12-28 07:55:39 -08:00 committed by facebook-github-bot-4
parent 58bbd7bc5b
commit 8080583f52

View File

@ -199,9 +199,9 @@ var ListView = React.createClass({
*/ */
onChangeVisibleRows: React.PropTypes.func, onChangeVisibleRows: React.PropTypes.func,
/** /**
* An experimental performance optimization for improving scroll perf of * A performance optimization for improving scroll perf of
* large lists, used in conjunction with overflow: 'hidden' on the row * large lists, used in conjunction with overflow: 'hidden' on the row
* containers. Use at your own risk. * containers. This is enabled by default.
*/ */
removeClippedSubviews: React.PropTypes.bool, removeClippedSubviews: React.PropTypes.bool,
}, },