react-native/Libraries/Lists
Spencer Ahrens 3bf7856700 disable removeClippedSubviews by default
Summary:
It's just causing problems (e.g. when combined with transform animations like those used
in some navigators) and hopefully it's not necessary with JS-side windowing. If people need the
perf, they can turn it on themselves.

Should fix https://github.com/facebook/react-native/issues/13316 and related issues.

Reviewed By: achen1

Differential Revision: D4884147

fbshipit-source-id: 95c82448581076c0d0b2c80b1cd80cc294898174
2017-04-13 16:05:52 -07:00
..
ListView Ran PropTypes -> prop-types codemod against Libraries/FBReactKit/js/react-native-github 2017-04-12 16:15:15 -07:00
__flowtests__ Re-License Lists with standard React Native License 2017-03-24 14:31:19 -07:00
__tests__ disable removeClippedSubviews by default 2017-04-13 16:05:52 -07:00
FillRateHelper.js Lists: Fix RCTJSONStringify Breakage on Infinity 2017-04-11 00:45:35 -07:00
FlatList.js disable removeClippedSubviews by default 2017-04-13 16:05:52 -07:00
MetroListView.js Add support for updating adjacent separators on row highlight to FlatList 2017-04-12 17:01:03 -07:00
SectionList.js disable removeClippedSubviews by default 2017-04-13 16:05:52 -07:00
ViewabilityHelper.js Re-License Lists with standard React Native License 2017-03-24 14:31:19 -07:00
VirtualizeUtils.js Re-License Lists with standard React Native License 2017-03-24 14:31:19 -07:00
VirtualizedList.js disable removeClippedSubviews by default 2017-04-13 16:05:52 -07:00
VirtualizedSectionList.js add separator highlighting/updating support to `SectionList` 2017-04-12 17:01:03 -07:00