react-native-progress icon indicating copy to clipboard operation
react-native-progress copied to clipboard

Progress indicators and spinners for React Native

Results 104 react-native-progress issues
Sort by recently updated
recently updated
newest added

Hi, I'm getting a message for types missing. I couldn't install the @types package, so I guess there isn't one. Alternatively, it asks to add a new declaration. Can anyone...

Invariant Violation: requireNativeComponent: "RNSVGPath" was not found in the UIManager.

Hi After upgrading my react-native project to 0.57, on Android, *CircleSnail* component shows a black reactangle. It was working on v 0.56. My code: ``` import * as Progress from...

Design of progress bar issue when use flex-direction row with other items in same view

# Description I got the following error when i run my project in an Android device. **Works as expected in iOS emulator.** > Error while updating property 'd' in shadow...

When running CircleSnail it consumes almost 30 fps(out of 60.4 fps) in processing. Kindly do something about it, make it run completely on Native UI. And kindly use react-native-reanimated instead...

Would be great to have a possibility to style the inner container of the progress bar to get a rounded progress like this: ![rounded-progress](https://user-images.githubusercontent.com/62610391/97990968-04c81280-1de1-11eb-86f1-8951341a8860.png)

Que : How to apply border raduis to inner view of progress bar **Version** ``` "react": "16.13.1", "react-native": "0.63.4", "react-native-progress": "^5.0.0", ``` **Expected output** ![Screenshot](https://user-images.githubusercontent.com/87646502/143769107-1d503a08-a556-4fa7-9b3b-6fdc68975c46.png) **Current behaviour** ![current_output](https://user-images.githubusercontent.com/87646502/143769479-795d54ca-45a4-4a5e-b840-6951b1102449.png) **Code** ```...

when I use Progress.Pie, Progress.Circle and Progress.CircleSnail on android/ios they work normal as expected but on web expo they show a black background and you can't change it. any help...

If Progress Circle gets imported like: `import ProgressCircle from 'react-native-progress/Circle;` In this scenario, using ProgressCircle component will give error of a missing dependency of `react-native-svg`, which has to be installed...