Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 300 Bytes

File metadata and controls

26 lines (15 loc) · 300 Bytes

react-native-progress

A simple progress bar component

Example

Install

npm install react-native-progress

Usage


<ProgressBar
    completePercentage={30}
    color={"#4FB948}
    borderColor={"#007696"} />

See the source for all the props.