@hyorax/react-native-progress-bar
v1.0.3
Published
Simple Progress Bar
Readme
react-native-progress-bar
Simple progress bar.
Simple Use
<ProgressBar
percent = "53%"
title = "ProgressBar"
width = "100%"
height = "100%"
progressHeight = "30%"
color = "red"
backgroundColor = "#fff"
/> 