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

Method dispose

ViewabilityHelper.js:73–75  ·  view source on GitHub ↗

* Cleanup, e.g. on unmount. Clears any pending timers.

()

Source from the content-addressed store, hash-verified

71 * Cleanup, e.g. on unmount. Clears any pending timers.
72 */
73 dispose() {
74 this._timers.forEach(clearTimeout);
75 }
76
77 /**
78 * Determines which items are viewable based on the current metrics and config.

Callers 2

componentWillUnmountFunction · 0.80
VirtualizedList.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected