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
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