From d5678e95e1d12704ee8c2101d722b84f8ce5732e Mon Sep 17 00:00:00 2001 From: sunnylqm Date: Tue, 24 Nov 2015 10:29:38 +0800 Subject: [PATCH] Update removeClippedSubviews default value Update removeClippedSubviews default value --- docs/Performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Performance.md b/docs/Performance.md index a69f6d17e..39a4ae254 100644 --- a/docs/Performance.md +++ b/docs/Performance.md @@ -205,7 +205,7 @@ should continue to render rows. "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`."(note:before version 0.14-rc, the default value is `false`). This is an extremely important optimization to apply on large ListViews. On Android the `overflow` value is always `hidden` so you don't need to