Skip to content
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

Flashlist and MasonryFlashlist having some issues in RTL #620

Closed
2 tasks done
numandev1 opened this issue Sep 29, 2022 · 8 comments
Closed
2 tasks done

Flashlist and MasonryFlashlist having some issues in RTL #620

numandev1 opened this issue Sep 29, 2022 · 8 comments
Labels
bug Something isn't working P1 Important but not urgent

Comments

@numandev1
Copy link

Current behavior

it is destroying UI in RTL+Vertical+numberColumns mode
it also having scroll issues in RTL+horizontal+Android

Expected behavior

Flashlist and MasonryFlashlist should work in RTL mode same like it works great in LTR mode

To Reproduce

run the app in RTL mode and test whole flashlist vertical + horizontal + giving numColumns

Videos

RTL_MasonryFlatlist.MP4

Platform:

  • iOS
  • Android

Environment

x.y.z

LTR.MP4
RTL_Flashlist1.MP4
@numandev1 numandev1 added the bug Something isn't working label Sep 29, 2022
@naqvitalha naqvitalha changed the title Flatlist and MasonryFlatlist having some issues in RTL Flashlist and MasonryFlashlist having some issues in RTL Sep 29, 2022
@naqvitalha naqvitalha added the P1 Important but not urgent label Sep 29, 2022
@naqvitalha
Copy link
Collaborator

Can you try with disableAutoLayout set to true? RTL support is incomplete and we'll look into it in the future.

@demedos
Copy link

demedos commented Sep 30, 2022

it also having scroll issues in RTL+horizontal+Android

This is being tracked here #544

@numandev1
Copy link
Author

disableAutoLayout

disableAutoLayout is working thanks

@fortmarek
Copy link
Contributor

Closing as this seems fixed. Please, create a new issue if you are still having problems.

@MarouaniALA
Copy link

disableAutoLayout doesn't fix the issue when we have numColumns 2

@mohamed2m2018
Copy link

I have an issue too with numColumns 2

@hardik-javascript
Copy link

Still doesn't work for numColumns 2 anyone have fix for it?

disableAutoLayout doesn't fix the issue when we have numColumns 2

@sansavision
Copy link

You must set disableAutoLayout as true, correct the estimatedItemSize and then also set alignSelf: 'center' on the rendered item.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P1 Important but not urgent
Projects
None yet
Development

No branches or pull requests

8 participants