Fix inverted flatlist at ReportActionsView with few items should stick to bottom of page#6798
Merged
Julesssss merged 1 commit intoExpensify:mainfrom Dec 16, 2021
Merged
Conversation
…k to bottom of page;
This was referenced Dec 16, 2021
Contributor
|
|
alex-mechler
approved these changes
Dec 16, 2021
Contributor
|
Ugh, I had trouble with both Android and iOS builds 😭 Testing well on iOS & web, let's merge. |
Julesssss
approved these changes
Dec 16, 2021
OSBotify
pushed a commit
that referenced
this pull request
Dec 16, 2021
Fix inverted flatlist at ReportActionsView with few items should stick to bottom of page (cherry picked from commit 11a708c)
37 tasks
31 tasks
Contributor
|
🚀 Deployed to staging by @Julesssss in version: 1.1.21-2 🚀
|
Contributor
|
🚀 Deployed to production by @sketchydroide in version: 1.1.22-0 🚀
|
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@thienlnam @alex-mechler
This fixes #6738 and #6792 where ReportActionsView with few items was sticking to top instead of bottom on native devices.
Details
Web-version of InvertedFlatList component has been using
transform: translatewhile not on native devices. Adjusted styles to match the behavior on both web and native.Fixed Issues
$ #6792
Tests
QA Steps
Tested On
Screenshots
Web
Mobile Web
Desktop
iOS
Android