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

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

Open M1ck0 opened this issue 2 years ago • 10 comments

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

M1ck0 avatar Aug 29 '22 13:08 M1ck0

+1

nicolas-wl avatar Sep 08 '22 11:09 nicolas-wl

+1

dnguyen1987 avatar Sep 09 '22 13:09 dnguyen1987

+1

EnettyTech avatar Sep 14 '22 08:09 EnettyTech

+1

bsms66366 avatar Sep 16 '22 11:09 bsms66366

+1

stefanparezanovic-cb avatar Sep 30 '22 10:09 stefanparezanovic-cb

Same issue here 👋🏻

sylvainp avatar Nov 23 '22 09:11 sylvainp

+1

mirek11s avatar Nov 24 '22 15:11 mirek11s

facing the same issue ...plz help

seema7 avatar Nov 29 '22 04:11 seema7

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.

nithinpp69 avatar Dec 06 '22 08:12 nithinpp69

Might be connected to my issue #101

Aichnerc avatar Feb 25 '23 10:02 Aichnerc