Skip to content

Commit

Permalink
update description about removeClippedSubviews
Browse files Browse the repository at this point in the history
Summary: Closes facebook#4998

Reviewed By: svcscm

Differential Revision: D2790689

Pulled By: androidtrunkagent

fb-gh-sync-id: 2db476eabe067fd770b6acce47b62607df348052
  • Loading branch information
sunnylqm authored and facebook-github-bot-4 committed Dec 28, 2015
1 parent 58bbd7b commit 8080583
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Libraries/CustomComponents/ListView/ListView.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ var ListView = React.createClass({
*/
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
* containers. Use at your own risk.
* containers. This is enabled by default.
*/
removeClippedSubviews: React.PropTypes.bool,
},
Expand Down

0 comments on commit 8080583

Please sign in to comment.