react-native-circular-progress
react-native-circular-progress copied to clipboard
I got this error. undefined is not a function (evaluating ' _this.circularProgressRef.animate(100, 8000, _reactNative.Easing.quad)')
Could you post a reproducable code sample?
For refs, you need to use the current attribute, like so;
circularProgressRef.current.animate(...