react-native-progress
react-native-progress copied to clipboard
Vertical Bar
Hello Would anyone be aware of any way to put the progress Bar vertically? I could not find a way to do so.. Thank you!! Fabrice
Simply rotate the bar using style transform property:
<Bar progress={progress} style={{ transform: [{ rotate: '-90deg' }] }} />
Nice! Thanks
I tried this but the bar won't fill
I tried this but the bar won't fill
Did you find a solution? Depending on the android version, the bar wont fill as you said.