Closed luciobatistella closed 4 years ago
how do i increase the width and height size?
<View style={styles.progressChart}> <ProgressCircle percent={80} radius={50} borderWidth={10} color="#1F78B4" shadowColor="#999" bgColor="#fff" > <Text style={{ fontSize: 18 }}>{'20'}</Text> </ProgressCircle>
Hi, you increase the radius
radius
how do i increase the width and height size?