react-native-progress icon indicating copy to clipboard operation
react-native-progress copied to clipboard

Vertical Bar

Open tiofabby opened this issue 7 years ago • 4 comments

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

tiofabby avatar Jun 18 '17 21:06 tiofabby

Simply rotate the bar using style transform property:

<Bar progress={progress} style={{ transform: [{ rotate: '-90deg' }] }} />

dluksza avatar Aug 16 '17 07:08 dluksza

Nice! Thanks

tiofabby avatar Aug 30 '17 11:08 tiofabby

I tried this but the bar won't fill

ImHamzaAnwer avatar Jun 30 '19 10:06 ImHamzaAnwer

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.

adrianamoni avatar Nov 23 '20 12:11 adrianamoni