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

Class ClassProgressBar

example/src/Examples/ProgressBarExample.tsx:16–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14import ScreenWrapper from '../ScreenWrapper';
15
16class ClassProgressBar extends React.Component {
17 constructor(props: ProgressBarProps) {
18 super(props);
19 }
20
21 render() {
22 return <ProgressBar {...this.props} />;
23 }
24}
25
26const AnimatedProgressBar = Animated.createAnimatedComponent(ClassProgressBar);
27

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…