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

Function getScrollableNode

VirtualizedList.js:262–268  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

260 }
261
262 getScrollableNode() {
263 if (this._scrollRef && this._scrollRef.getScrollableNode) {
264 return this._scrollRef.getScrollableNode();
265 } else {
266 return ReactNative.findNodeHandle(this._scrollRef);
267 }
268 }
269
270 static defaultProps = {
271 disableVirtualization: false,

Callers

nothing calls this directly

Calls 1

getScrollableNodeMethod · 0.80

Tested by

no test coverage detected