View#removeClippedSubviews

removeClippedSubviews bool

This is a special performance property exposed by RCTView and is useful for scrolling content when there are many subviews, most of which are offscreen. For this property to be effective, it must be applied to a view that contains many subviews that extend outside its bound. The subviews must also have overflow: hidden, as should the containing view (or one of its superviews).

doc_React_Native
2016-06-23 04:26:07
Comments
Leave a Comment

Please login to continue.