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

Horizontal inversion #520

Merged
merged 35 commits into from
Jul 15, 2022
Merged

Horizontal inversion #520

merged 35 commits into from
Jul 15, 2022

Conversation

naqvitalha
Copy link
Collaborator

@naqvitalha naqvitalha commented Jul 11, 2022

Description

resolves #512
In horizontal mode, inverted mode should be using scaleX transform. It was being skipped in current implementation.

Checklist

@naqvitalha naqvitalha changed the base branch from main to fix-footer-layout July 11, 2022 13:48
@naqvitalha naqvitalha changed the base branch from fix-footer-layout to scrollToImprovements July 11, 2022 13:52
@naqvitalha naqvitalha marked this pull request as ready for review July 11, 2022 13:55
naqvitalha and others added 2 commits July 11, 2022 08:38
Co-authored-by: Elvira Burchik <elviraburchik@gmail.com>
@mmmoussa
Copy link
Contributor

Tested this in my closed-source app. It is working correctly on iOS. On Android, it works when the app locale is a ltr language but is broken when switching to an rtl language. The cells appear to be there because the viewability callback is working correctly but the contents of the cells are missing. I am investigating further.

Co-authored-by: Elvira Burchik <elviraburchik@gmail.com>
@naqvitalha naqvitalha linked an issue Jul 12, 2022 that may be closed by this pull request
2 tasks
@fortmarek
Copy link
Contributor

Hey @mmmoussa 👋

Could you send us reproduction steps? Ideally, in the fixture app if at all possible 🙂

Base automatically changed from scrollToImprovements to main July 15, 2022 14:39
@naqvitalha naqvitalha merged commit a905dab into main Jul 15, 2022
@naqvitalha naqvitalha deleted the horizontalInversion branch July 15, 2022 14:57
@mmmoussa mmmoussa mentioned this pull request Aug 7, 2022
1 task
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.

inverted prop flips horizontal lists vertically instead of horizontally
4 participants