react-native-media-console
react-native-media-console copied to clipboard
Seeking does not working when RTL is enabled
Hello, thank you for this great package!
However the seek bar dragging does not work well when RTL is enabled.
similar issue here with react-native-slider https://github.com/callstack/react-native-slider/issues/39
a invertedSeeker
prop would be good solution
I tried adding transform: [{rotate: '180deg'}]
to SeekBar.style.container, and that seems to fix it!
note: the problem is in Android
@MuhammedAlkhudiryAqar Thank you for reporting this problem!
Hello, thank you for this great package!
However the seek bar dragging does not work well when RTL is enabled.
similar issue here with react-native-slider callstack/react-native-slider#39 a
invertedSeeker
prop would be good solutionI tried adding
transform: [{rotate: '180deg'}]
to SeekBar.style.container, and that seems to fix it!note: the problem is in Android
Any fix for this??