-
Notifications
You must be signed in to change notification settings - Fork 429
New issue
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
fix(rtl): fixed render element when languages is right to left #629
Conversation
thanks tried it on dist.. this did fix the bug please merge it if everything is good |
+1. @naqvitalha can this be merged? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works great for me, recommend merge
@Matergi don't forger to rebase with main..! :) |
@bestori rebase done feel free to merge |
@Matergi Are there any prerequisites for it to work? Do I need to set any other props on the list, apart from horizontal? |
@Budaa can you share non-working code sample? @Matergi once we have this sorted out I will continue. Thank you! |
how about min reproduce repo/snack? |
@Budaa @bestori I can confirm that this fix is indeed fixes a problem with horizontal RTL list. Just tried it out on my project and everything seems to work fine. However, I had to apply this fix directly into Are there any additional steps required when you apply this fix to |
@1nspir3d @bestori
And then we needed to change FlashList rendering for RTL:
And here is the custom scrollView component
|
I'm still facing this problem. is there anyone can help me how to fix this one in react native 0.70.13 and "recyclerlistview": "^4.2.0",. Thank you |
change library... |
Only for Android when the device is in RTL language and is in horizontal mode the items not rendering