MCPcopy
hub / github.com/testshallpass/react-native-dropdownalert / _clearDismissTimeoutID

Function _clearDismissTimeoutID

DropdownAlert.tsx:439–444  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

437 }
438
439 function _clearDismissTimeoutID() {
440 if (dismissTimeoutID.current) {
441 clearTimeout(dismissTimeoutID.current);
442 dismissTimeoutID.current = 0;
443 }
444 }
445
446 function _animate(toValue = 0) {
447 springAnimationConfig.toValue = toValue;

Callers 2

_alertFunction · 0.85
_dismissFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…