react-native-progress
react-native-progress copied to clipboard
RTL Support
Hi, How can make progress.bar right to left? Thanks,
Hey @vre142 Just wrap the progress bar inside a view and add transform: [{ rotateY: '180deg' }]