react-native-progress
react-native-progress copied to clipboard
Start position for bar
Hi, I would like to start the bar from the right. Is this possible?
do u mean rotate like this?
style={{ transform: [{ rotateY: '180deg' }] }}