Skip to content

Releases: RobertFOConnor/react-native-progress-wheel

v2.1.0

22 Oct 10:35
Compare
Choose a tag to compare

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}}
      />

titles