* 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.
()
| 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. |
no test coverage detected