* Provides a handle to the underlying scroll responder.
()
| 287 | * Provides a handle to the underlying scroll responder. |
| 288 | */ |
| 289 | getScrollResponder() { |
| 290 | const listRef = this._wrapperListRef && this._wrapperListRef.getListRef(); |
| 291 | if (listRef) { |
| 292 | return listRef.getScrollResponder(); |
| 293 | } |
| 294 | } |
| 295 | |
| 296 | getScrollableNode() { |
| 297 | const listRef = this._wrapperListRef && this._wrapperListRef.getListRef(); |
no test coverage detected