react-native-animated-bar
react-native-animated-bar copied to clipboard
Responsive React Native Animated Progress Bar
Using React 17.0.2 and React Native 0.65.1 I get the following warning in my app on startup: ``` WARN Warning: componentWillMount has been renamed, and is not recommended for use....
Here is a little Gif from my app. The Progress is not shown while in action. Only if finished, it will got visible:  ``` {Math.round(this.state.progress * 100)}% ``` package.json...