MrToph / react-native-progress-circle

A light-weight progress circle indicator for React Native.
MIT License
191 stars 83 forks source link

Size ProgressCircle #40

Closed luciobatistella closed 4 years ago

luciobatistella commented 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>
MrToph commented 4 years ago

Hi, you increase the radius