LunatiqueCoder / react-native-media-console

A React Native video player. Built with TypeScript ❤️
MIT License
194 stars 29 forks source link

Seeking does not working when RTL is enabled #26

Open MuhammedAlkhudiryAqar opened 1 year ago

MuhammedAlkhudiryAqar commented 1 year ago

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

LunatiqueCoder commented 1 year ago

@MuhammedAlkhudiryAqar Thank you for reporting this problem!

Ahsanali012 commented 10 months ago

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