0.0.4 • Published 8 years ago

react-native-circle-progress v0.0.4

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

react-native-circle-progress

Circle Progress Indicator for React Native.

Usage

<CircleProgress
  progress={this.state.progress}
  lineWidth={5}
  lineCap={CircleProgress.LineCapRound}   // LineCapButt | LineCapRound | LineCapSquare
  circleRadius={20}
  circleColor='#32A6FF'
  circleUnderlayColor='#C2C2C2'
  style={{marginVertical: 20}}/>

License

MIT License.