You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m currently working with a large list in my React Native project, so I decided to use this excellent library to provide a smooth experience for our users. Everything works well on iOS in both LTR and RTL directions, and on Android in LTR mode, the list functions perfectly without any issues or bugs.
However, on Android in RTL mode, an issue arises: initially, when entering the list for the first time, the first item briefly appears and then quickly disappears, leaving only a blank space. You can see exactly what happens in the video below ↓↓↓:
Hey folks
I’m currently working with a large list in my React Native project, so I decided to use this excellent library to provide a smooth experience for our users. Everything works well on iOS in both LTR and RTL directions, and on Android in LTR mode, the list functions perfectly without any issues or bugs.
However, on Android in RTL mode, an issue arises: initially, when entering the list for the first time, the first item briefly appears and then quickly disappears, leaving only a blank space. You can see exactly what happens in the video below ↓↓↓:
Android RTL: (unexpected)
Screenrecorder-2024-11-01-10-00-48-775.mp4
Android LTR: (expected)
aaaaaaaaa.mp4
Here is how I used the component:
The result of onBlankArea logs:
Additional Note:
When I set horizontal to false, the list items reappear as expected. :)
Versions:
Please let me know if I need to provide more information.
I’ve been stuck on this issue for over 3 days without any resolution.
Thank you for your time!
The text was updated successfully, but these errors were encountered: