This is the ScreenShot of how the component will look like.
REACT-NATIVE-PERCENTAGE-RECTANGLE
React-Native-Percentage-Reactangle is a component which let you define your percent and draw the rectangle with image inside it.And also you can use it as a progress bar.And you can show percent if you won't specify the image.
Installation
Use the package manager npm to install React-Native-Percentage-Reactangle.
npm install React-Native-Percentage-Reactangle
Usage
import PercentageBar from 'react-native-percentage-reactangle'; '//with the source of image imported from directory' <PercentageBar source= width= percent= borderWidth= />'//without the image source it will show you the percent inside it' <PercentageBar width= percent= borderWidth= />'//with the uri source of image ' <PercentageBar source= width= percent= borderWidth= />
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.