bamlab / react-native-components-collection

A collection of common React Native components
https://bamlab.github.io/react-native-components-collection/
38 stars 6 forks source link

[ProgressBar] Add an initialProgress prop #6

Closed tpucci closed 6 years ago

tpucci commented 6 years ago

It seems that the initial state is not set properly. Instead of animating from this.props.progress/100 to this.props.progress at componentDidMount, we can use initialProgress to animate the component at mount.