()
| 244 | } |
| 245 | |
| 246 | recordInteraction() { |
| 247 | this._viewabilityHelper.recordInteraction(); |
| 248 | this._updateViewableItems(this.props.data); |
| 249 | } |
| 250 | |
| 251 | /** |
| 252 | * Provides a handle to the underlying scroll responder. |
nothing calls this directly
no test coverage detected