-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[HOLD for payment 2023-11-07] Start migrating lists that are ready from FlatList to FlashList #28902
Comments
Hi, I am Adam from Callstack, an expert contributor group. I’d like to work on this :) |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.92-4 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2023-11-06. 🎊 After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.
For reference, here are some details about the assignees on this issue:
|
The PaymentList FlashList PR was reviewed by @burczu, so we'll be invoiced separately. Removing the HOLD for payment as we move forward with the other lists |
Triggered auto assignment to @dylanexpensify ( |
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.93-1 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2023-11-07. 🎊 After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.
For reference, here are some details about the assignees on this issue:
|
BugZero Checklist: The PR adding this new feature has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
@roryabraham to confirm: any payments due here? |
Nope |
This has been split up so I'm closing it out |
Problem
While FlatList is suitable for typical use cases, our goal is to achieve the highest level of app performance, especially when dealing with extensive lists, such as Chats, Threads, Workspaces, Reports, and specific Money Threads.
Solution
To address this performance challenge, switch from FlatList to FlashList. By making this transition, we anticipate a significant performance improvement of approximately 2x.
Next Steps
Some lists are ready to migrate to FlashList, some are not (e.g. ChatList)
Here is a non-exhaustive list of lists that are ready for migration. If you find more, please feel free to add more!
LHNOptionsList
EmojiPickerMenu (web and native)
BaseAutoCompleteSuggestions
PaymentMethodList
Then let's work through the list of lists and get them migrated. Sound like a plan?
The text was updated successfully, but these errors were encountered: