Vadim

Results 1 comments of Vadim

You can reset your state without animation: ``` const circularProgress = React.useRef(null); circularProgress.current?.setState({ fillAnimation: new Animated.Value(0), }); ```