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

[EXPERIMENTAL] FlashList native module experiments. #67

Draft
wants to merge 25 commits into
base: main
Choose a base branch
from

Conversation

mbilenko-florio
Copy link
Contributor

@mbilenko-florio mbilenko-florio commented Jan 15, 2025

This PR experiments with reusing FlashList native component for the legendlist.

For now only android works.

Linking step is needed(temporarily)

cd example/node-modules
ln -s ../../packages/flashlist-autolayout flashlist-autolayout

One of scroll performance mitigations implemented with this native module
https://youtube.com/shorts/NEEq7V75708?feature=shared

@mbilenko-florio
Copy link
Contributor Author

mbilenko-florio commented Jan 15, 2025

NOTE to self: there is very interesting PR FlashList can not merge for half a year Shopify/flash-list#1192 , it may be necessary to make our maintainVisibleContentPosition to work with FlashList autolayout native module

Some reading: https://github.com/irisjae/recyclerlistview/blob/master/README.md
Problematic is quite similar to what we had when implementing maintainVisibleContentPosition

@michbil michbil mentioned this pull request Jan 17, 2025
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.

2 participants