react-native-animated-bar icon indicating copy to clipboard operation
react-native-animated-bar copied to clipboard

Responsive React Native Animated Progress Bar

Results 2 react-native-animated-bar issues
Sort by recently updated
recently updated
newest added

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: ![animation](https://user-images.githubusercontent.com/1778068/41342766-5605d2ee-6efd-11e8-979e-3760f889ad92.gif) ``` {Math.round(this.state.progress * 100)}% ``` package.json...