| 30 | }; |
| 31 | |
| 32 | class ClassProgressBar extends React.Component<Props> { |
| 33 | render() { |
| 34 | return <ProgressBar {...this.props} />; |
| 35 | } |
| 36 | } |
| 37 | |
| 38 | const AnimatedProgressBar = Animated.createAnimatedComponent(ClassProgressBar); |
| 39 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…