react-native-circular-progress-indicator
react-native-circular-progress-indicator copied to clipboard
Not working with latest versions of react-native-svg and react-native-reanimated
I developed an app with
"react-native-reanimated": "2.9.1",
"react-native-svg": "12.4.4",
After upgrading packaged to the latest versions app is not working
"react-native-reanimated": "^2.10.0",
"react-native-svg": "^13.0.0",
There are no errors or any kind of output. It is just not working with dynamic values, or sometimes not working at all
+1
+1
+1
+1
+1
Same issue here 👋🏻
+1
facing the same issue ...plz help
Hey, I'm sorry it took me a while to respond, I'm having very little free time nowadays to actually work on something. I've set up a sample application with the latest versions of the libraries and I couldn't find any issues.
"react-native": "0.70.6", "react-native-circular-progress-indicator": "^4.4.2", // a small fix on the animated stroke colour config, v4.4.0 was also working fine on my end. "react-native-reanimated": "^2.13.0", "react-native-svg": "^13.6.0"
https://github.com/nithinpp69/circular-progress-example
Please have a look.
Might be connected to my issue #101