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

fix: problem with scroll to bottom of the flatList when system keyboard is opened #149

Merged
merged 1 commit into from
Sep 4, 2023

Conversation

mateki0
Copy link
Contributor

@mateki0 mateki0 commented Jul 27, 2023

With the system keyboard opened there was not enough bottom padding in the FlatList. Some emojis were hidden by the keyboard.

Now:
https://github.com/TheWidlarzGroup/rn-emoji-keyboard/assets/37906388/88fe2834-0d5c-4ba8-ba3f-2531157ebb22

Previous:
https://github.com/TheWidlarzGroup/rn-emoji-keyboard/assets/37906388/b3b32c30-9426-4545-96e9-46cb4641ffa3

@mateki0 mateki0 requested a review from jakex7 July 27, 2023 08:46
Copy link
Member

@jakex7 jakex7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, probably we could refactor ListFooterComponent "fake padding" to contentContainerStyle also

@jakex7 jakex7 merged commit 2bba940 into master Sep 4, 2023
3 checks passed
@jakex7 jakex7 deleted the fix/bug-with-search-keyboard branch September 4, 2023 14:05
ginsueddy added a commit to CommE2E/comm that referenced this pull request Sep 7, 2023
Summary:
Our friends from `rn-emoji-keyboard` just released a new update to their emoji keyboard library which includes a fix for the bug mentioned in [[ https://linear.app/comm/issue/ENG-4277/cant-scroll-to-bottom-of-mobile-emoji-search-when-keyboard-is-up-on | ENG-4277 ]]. This diff updates our usage of `rn-emoji-keyboard` to this latest version

Link to PR: TheWidlarzGroup/rn-emoji-keyboard#149

Test Plan:
Check out the demo video to see that keyboard is no longer blocking the bottom emojis when the keyboard is open

{F743924}

Reviewers: atul, ashoat, kamil

Reviewed By: atul, ashoat

Subscribers: ashoat, tomek

Differential Revision: https://phab.comm.dev/D9087
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.

None yet

2 participants