We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
invertedSeeker
I tried adding transform: [{rotate: '180deg'}] to SeekBar.style.container, and that seems to fix it!
transform: [{rotate: '180deg'}]
note: the problem is in Android
The text was updated successfully, but these errors were encountered:
@MuhammedAlkhudiryAqar Thank you for reporting this problem!
Sorry, something went wrong.
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??
LunatiqueCoder
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: