Skip to content

Fix RTL scroll issue#271

Open
sanataff wants to merge 1 commit intoJacse:masterfrom
sanataff:master
Open

Fix RTL scroll issue#271
sanataff wants to merge 1 commit intoJacse:masterfrom
sanataff:master

Conversation

@sanataff
Copy link
Copy Markdown

@sanataff sanataff commented Oct 9, 2025

Hello, I was using your app intro slider in my app which supports English and Arabic. When I change the language to Arabic, the scroll does not work (basically I would have the first slide and won't be able to scroll left or right). I fixed that simple by changing flexDirection: isAndroidRTL ? 'row-reverse' : 'row', to flexDirection: 'row', in flatlist styles. This is my first pull request, so I apologize in advance if I did something wrong.

Copy link
Copy Markdown
Author

@sanataff sanataff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changing flexDirection to row only would fix the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant