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

Function getScrollableNode

FlatList.js:347–351  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

345 }
346
347 getScrollableNode() {
348 if (this._listRef) {
349 return this._listRef.getScrollableNode();
350 }
351 }
352
353 componentWillMount() {
354 this._checkProps(this.props);

Callers

nothing calls this directly

Calls 1

getScrollableNodeMethod · 0.80

Tested by

no test coverage detected