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

Method getListRef

MetroListView.js:80–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78 );
79 }
80 getListRef() {
81 return this._listRef;
82 }
83 static defaultProps: DefaultProps = {
84 keyExtractor: (item, index) => item.key || String(index),
85 renderScrollComponent: (props: Props) => {

Callers 3

recordInteractionMethod · 0.45
getScrollResponderMethod · 0.45
getScrollableNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected