podverse-rn
podverse-rn copied to clipboard
Fix layout bugs on PlayerScreen when RTL language is enabled
Samsung S24 with android in Hebrew. Right to left support in progress bar is wrong. While trying to drag the marker it jumps from right side to the left at the exact distance and then loses the position. My advice is that you keep everything RTL but that bar. RTL language speakers don't mind if it goes left to right or right to left.
See picture attached.
Here is a feed we can use for testing: https://frnkl.co/feed/
This looks like it could be extra work, as I can't see a way for the react-native-slider to support RTL natively :(