Releases: RobertFOConnor/react-native-progress-wheel
Releases · RobertFOConnor/react-native-progress-wheel
v2.1.0
Version 2.1.0 has introducted new props for displaying titles.
<AnimatedProgressWheel
max={40}
showProgressLabel={true}
rotation={'-90deg'}
labelStyle={styles.progressLabel}
subtitle={'Questions out of 40'}
subtitleStyle={styles.subtitle}
{...{color, backgroundColor, size, width, duration, progress, rounded}}
/>