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

Start position for bar

Open alihaddadkar opened this issue 7 years ago • 1 comments

Hi, I would like to start the bar from the right. Is this possible?

alihaddadkar avatar Jun 14 '18 10:06 alihaddadkar

do u mean rotate like this? style={{ transform: [{ rotateY: '180deg' }] }}

FuFunG avatar Jul 27 '18 10:07 FuFunG