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

Method getScrollableNode

SectionList.js:296–301  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

294 }
295
296 getScrollableNode() {
297 const listRef = this._wrapperListRef && this._wrapperListRef.getListRef();
298 if (listRef) {
299 return listRef.getScrollableNode();
300 }
301 }
302
303 render() {
304 const List = this.props.legacyImplementation ? MetroListView : VirtualizedSectionList;

Callers 2

getScrollableNodeFunction · 0.80
getScrollableNodeFunction · 0.80

Calls 1

getListRefMethod · 0.45

Tested by

no test coverage detected