MCPcopy Index your code
hub / github.com/callstack/react-native-paper / stopRotation

Function stopRotation

src/components/ActivityIndicator.tsx:99–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97 }, [scale, fade, timer]);
98
99 const stopRotation = () => {
100 if (rotation.current) {
101 rotation.current.stop();
102 }
103 };
104
105 React.useEffect(() => {
106 if (rotation.current === undefined) {

Callers 1

ActivityIndicatorFunction · 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…