react-native-media-console icon indicating copy to clipboard operation
react-native-media-console copied to clipboard

Seeking does not working when RTL is enabled

Open MuhammedAlkhudiryAqar opened this issue 2 years ago • 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 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 avatar Nov 01 '22 13:11 MuhammedAlkhudiryAqar

@MuhammedAlkhudiryAqar Thank you for reporting this problem!

LunatiqueCoder avatar Nov 01 '22 13:11 LunatiqueCoder

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

Ahsanali012 avatar Nov 29 '23 06:11 Ahsanali012