JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 71
  • Score
    100M100P100Q92720F
  • License ISC

react native percentage circle and also be a progress bar

Package Exports

  • react-native-percentage-circle

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-native-percentage-circle) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

react-native-percentage-circle

React Native Version >= 0.25

React-Native-Percentage-Cirlce is a component which supports you define your percent and draw the circle.And also you can use it as a progress bar.

Start

npm i react-native-percentage-circle --save
import PercentageCircle from 'react-native-percentage-circle';

//...

redner() {
  <View>
    <PercentageCircle radius={35} percent={50} color={"#3498db"}></PercentageCircle>  
  </View>
}

Options

Props Type Example
color string '#000'
percent Number 30
radius Number 20

Contributions

Your contributions and suggestions are heartily♡ welcome. (✿◠‿◠)

###MIT License