react-native-macos/Libraries/Lists
Tomasz Szajna a3249650d6 Fixed ListViewMock unique key error when many sections
Summary:
When ListViews has multiple sections, then rowIDs are required to be unique per section.
However the ListViewMock required rowIDs to be unique per whole list.
This change fixes the limitation of ListViewMock.
Closes https://github.com/facebook/react-native/pull/13642

Differential Revision: D5189675

Pulled By: shergin

fbshipit-source-id: 8a4fb68feb74af3307407d6d70f3f6642f50452a
2017-06-05 22:37:45 -07:00
..
ListView Fixed ListViewMock unique key error when many sections 2017-06-05 22:37:45 -07:00
__flowtests__ Re-License Lists with standard React Native License 2017-03-24 14:31:19 -07:00
__tests__ Render section footer in <SectionList> sections with no data 2017-05-25 10:30:55 -07:00
FillRateHelper.js Many improvements 2017-04-25 14:50:14 -07:00
FlatList.js Correcting a mistake in the minimal example in the FlatList doc 2017-05-05 11:49:26 -07:00
MetroListView.js Fix react-native function call arity errors 2017-05-18 16:55:55 -07:00
SectionList.js Update SectionList.js 2017-05-31 23:49:35 -07:00
ViewabilityHelper.js Re-License Lists with standard React Native License 2017-03-24 14:31:19 -07:00
VirtualizeUtils.js Many improvements 2017-04-25 14:50:14 -07:00
VirtualizedList.js Pass data prop instead of props to _updateViewableItems in _onScroll 2017-05-25 03:15:22 -07:00
VirtualizedSectionList.js Render section footer in <SectionList> sections with no data 2017-05-25 10:30:55 -07:00