LunatiqueCoder/react-native-media-console

Seeking does not working when RTL is enabled

MuhammedAlkhudiryAqar opened this issue · 2 comments

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 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 solution

I 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??