MCPcopy Create free account
hub / github.com/Kureev/react-native-list / recordInteraction

Method recordInteraction

SectionList.js:281–284  ·  view source on GitHub ↗

* Tells the list an interaction has occured, which should trigger viewability calculations, e.g. * if `waitForInteractions` is true and the user has not scrolled. This is typically called by * taps on items or by navigation actions.

()

Source from the content-addressed store, hash-verified

279 * taps on items or by navigation actions.
280 */
281 recordInteraction() {
282 const listRef = this._wrapperListRef && this._wrapperListRef.getListRef();
283 listRef && listRef.recordInteraction();
284 }
285
286 /**
287 * Provides a handle to the underlying scroll responder.

Callers 3

recordInteractionFunction · 0.45
VirtualizedList.jsFile · 0.45
recordInteractionFunction · 0.45

Calls 1

getListRefMethod · 0.45

Tested by

no test coverage detected