mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-13 22:43:59 +08:00
add separator highlighting/updating support to SectionList
Reviewed By: thechefchen Differential Revision: D4833604 fbshipit-source-id: cc1f85d8048221d9d26d728994b61237be625e4f
This commit is contained in:
committed by
Facebook Github Bot
parent
f25df504ed
commit
76307f47b9
@@ -139,7 +139,7 @@ class MultiColumnExample extends React.PureComponent {
|
||||
infoLog('onViewableItemsChanged: ', info.changed.map((v) => ({...v, item: '...'})));
|
||||
}
|
||||
};
|
||||
_pressItem = (key: number) => {
|
||||
_pressItem = (key: string) => {
|
||||
pressItem(this, key);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user