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

Method getScrollResponder

SectionList.js:289–294  ·  view source on GitHub ↗

* Provides a handle to the underlying scroll responder.

()

Source from the content-addressed store, hash-verified

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();

Callers 2

getScrollResponderFunction · 0.80
getScrollResponderFunction · 0.80

Calls 1

getListRefMethod · 0.45

Tested by

no test coverage detected