react-native-circular-progress
react-native-circular-progress copied to clipboard
OnFillChange doesn't work
OnFillChange doesn't work
<AnimatedCircularProgress
size={width}
width={strokeWidth}
fill={percentage}
tintColor={PRIMARY_COLOR}
backgroundColor={DARK_GREY_COLOR}
duration={isAnimated ? duration : 0}
rotation={0}
onAnimationComplete={onAnimationComplete}
onFillChanged={(event) => console.log(event)}
/>
On my code onFillChanged is never called