-
Notifications
You must be signed in to change notification settings - Fork 3k
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: Unable to select emoji if searching for specific one #42407
Conversation
@hungvu193 Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
Hey @QichenZhu , can you also raise an issue in here (https://github.com/Shopify/flash-list/issues) as well? 😄 |
Also can you please check the checkmark |
Reviewer Checklist
Screenshots/VideosAndroid: Nativeandroid.native.movAndroid: mWeb ChromemWebChrome.moviOS: Nativeios.native.moviOS: mWeb SafarimSafari.movMacOS: Chrome / Safarichrome.movMacOS: Desktopdesktop.mov |
@hungvu193 Thanks for the suggestion! Just did a quick test with the upstream library, but couldn't reproduce the issue. So it might be specific to our implementation. Simulator.Screen.Recording.-.iPhone.15.-.2024-05-21.at.22.25.37.mp4 |
Oh weird, so we can consider using upstream instead? Let me dig into it a little bit. |
So we have 2 PRs here in our repo to enable fabric on andriod and ios: And in the meantime, while waiting for this upstream PR to be merged, we're using patches. So I'm fine with the changes in current PR, once upstream PR is merged, we can re-test and use upstream instead. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests well! 🎉
Got it, @hungvu193, thanks for the thorough review and the info! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the patch patch!
We'll have to wait for the merge freeze to be over 🧊 |
The merge freeze is over 🎉 |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/neil-marcellini in version: 1.4.77-0 🚀
|
🚀 Deployed to production by https://github.com/puneetlath in version: 1.4.77-11 🚀
|
🚀 Deployed to production by https://github.com/puneetlath in version: 1.4.77-11 🚀
|
Details
Fixed Issues
$ #42119
PROPOSAL: #42119 (comment)
Tests
Offline tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
android-native.mp4
Android: mWeb Chrome
android-chrome.mp4
iOS: Native
ios-native.mp4
iOS: mWeb Safari
ios-safari.mp4
MacOS: Chrome / Safari
mac-chrome.mov
MacOS: Desktop
mac-desktop.mov