Open Culzean opened 6 years ago
Is there a way to use our own Animated.timings? this would be useful for when we want to specify different durations between progress, I've tried with Progress.Pie
but it's returning:
Warning: Failed prop type: Invalid prop `progress` of type `object` supplied to `withAnimation(ProgressPie)`, expected `number`.
I have tried created a progress circle like this:
where fillAmount is updated with interpolate,
and spinValue is updated with Animated.timing,
However I get the error,
Is it possible to update the progress using my own Animated.timings? I understand the animated api is used under the hood. Is that correct?
Thanks.