vydimitrov / react-countdown-circle-timer

Lightweight React/React Native countdown timer component with color and progress animation based on SVG
MIT License
692 stars 87 forks source link

Error while updating property 'strokeDasharray' of a view managed by: RNSVGPath. java.lang.Double cannot be cast to com.facebook.react.bridge.ReadableArray #248

Closed denamuca closed 4 months ago

denamuca commented 6 months ago

With the new version of the library I got this error when the countdown starts.

Error while updating property 'strokeDasharray' of a view managed by: RNSVGPath. java.lang.Double cannot be cast to com.facebook.react.bridge.ReadableArray

vydimitrov commented 6 months ago

Can you create a small demo reproducing the issue?

vydimitrov commented 4 months ago

Closing due to inactivity.