mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-01-12 22:51:09 +08:00
[change] Update SectionList implementation
Mirror contents of React Native 0.57.5 Ref #1172
This commit is contained in:
@@ -282,6 +282,7 @@ class SectionList<SectionT: SectionBase<any>> extends React.PureComponent<
|
||||
*/
|
||||
recordInteraction() {
|
||||
const listRef = this._wrapperListRef && this._wrapperListRef.getListRef();
|
||||
// $FlowFixMe Found when typing ListView
|
||||
listRef && listRef.recordInteraction();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user