We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3204a96 + 221f6da commit 6f0a1c9Copy full SHA for 6f0a1c9
ProgressBar.js
@@ -31,7 +31,7 @@ var ProgressBar = React.createClass({
31
32
getInitialState() {
33
return {
34
- progress: new Animated.Value(0)
+ progress: new Animated.Value(this.props.initialProgress || 0)
35
};
36
},
37
0 commit comments