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

Support native lists #316

Closed
dylancom opened this issue Jan 5, 2021 · 2 comments
Closed

Support native lists #316

dylancom opened this issue Jan 5, 2021 · 2 comments

Comments

@dylancom
Copy link

dylancom commented Jan 5, 2021

Back in 2018 it was written that once changes are completed, it would be straightforward to implement native components like UICollectionView and RecyclerView (https://reactnative.dev/blog/2018/06/14/state-of-react-native-2018#architecture). Is this already the case as I haven't seen any package based on UICollectionView?
Unfortunately FlatList doesn't give the same perf / feeling as native (blank screens on fast scrolling large lists) and the lack of native features such as "index titles" (to scroll fast trough your content: https://developer.apple.com/documentation/uikit/uicollectionviewdatasource/2851455-indextitles).

@a-eid
Copy link

a-eid commented Jan 23, 2021

This is absolutely the most prominent limitation of react native. Implementing native list would be an absolute game changer.

@kelset
Copy link
Member

kelset commented Jan 25, 2021

The blog you are referring to talks about the "new architecture" which is still a work in progress. You can find more details here:

per each of the major parts.

In the meantime, I believe there are some workarounds you can use with standard flatlists (tweaking the configs of specific lists - see the docs for more) or third party packages that provide more "powerful" lists implementations.

@kelset kelset closed this as completed Jan 25, 2021
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

No branches or pull requests

3 participants