nithinpp69 / react-native-circular-progress-indicator

react native circular progress indicator library
MIT License
242 stars 54 forks source link

Not working with latest versions of react-native-svg and react-native-reanimated #81

Open M1ck0 opened 2 years ago

M1ck0 commented 2 years ago

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

nicolas-wl commented 2 years ago

+1

dnguyen1987 commented 2 years ago

+1

EnettyTech commented 2 years ago

+1

bsms66366 commented 2 years ago

+1

stefanparezanovic-cb commented 2 years ago

+1

sylvainp commented 1 year ago

Same issue here 👋🏻

mirek11s commented 1 year ago

+1

seema7 commented 1 year ago

facing the same issue ...plz help

nithinpp69 commented 1 year ago

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.

Aichnerc commented 1 year ago

Might be connected to my issue #101