MCPcopy Create free account
hub / github.com/callstack/react-native-paper / ClassProgressBar

Class ClassProgressBar

src/components/__tests__/ProgressBar.test.tsx:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30};
31
32class ClassProgressBar extends React.Component<Props> {
33 render() {
34 return <ProgressBar {...this.props} />;
35 }
36}
37
38const AnimatedProgressBar = Animated.createAnimatedComponent(ClassProgressBar);
39

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…