React-native-web: Use react-native-web-lists to render FlatLists

Created on 30 Nov 2017  路  7Comments  路  Source: necolas/react-native-web

Do you want to request a feature or report a bug?
feature

What is the current behavior?
React-native-web is not rendering FlatList while it is rendering SectionList. https://github.com/react-native-web-community/react-native-web-lists has an implementation for both

Most helpful comment

Wouldn't it be useful to have an implementation already? And then replace it later with one using virtualization?

All 7 comments

Is that just a copy-paste from react-native?

They translate FlatList and SectionList to a ListView. As there is a listview implementation in react-native-web, we can re-use that implementation to render FlatList and SectionList

They should be using virtualization as list view is going away. I'd rather pick up from one of the PRs that tries to implement them correctly. Thanks

Wouldn't it be useful to have an implementation already? And then replace it later with one using virtualization?

Wouldn't it be useful to have an implementation already? And then replace it later with one using virtualization?

I agree, I'm needing this too.

Need this feature. @necolas
Also, those who are looking for options, here is one : https://github.com/Flipkart/recyclerlistview
It has taken care of virtualisation as well.
Do share your views @entropitor @necolas

Er, all the lists are available. You can use Flipkart's one too if you want.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

blairio picture blairio  路  3Comments

MovingGifts picture MovingGifts  路  3Comments

ndbroadbent picture ndbroadbent  路  3Comments

PaulBGD picture PaulBGD  路  4Comments

buffaloDeveloper picture buffaloDeveloper  路  3Comments