react-native-progress-view / progress-view

ProgressView Component for react-native iOS/macOS/Windows
MIT License
176 stars 49 forks source link

Can't set the height of the progress bar #149

Open dcesca opened 5 months ago

dcesca commented 5 months ago

Hi, I can't change the progress bar height: <ProgressView style={{height:50} progressTintColor="#000" trackTintColor="#666" progress={progress/100} /> ...this only affects the ProgressBar container. Is there a way to change the height of the actual progress bar? Thanks