Flipkart / recyclerlistview

High performance listview for React Native and web!
Apache License 2.0
5.17k stars 420 forks source link

Feature request FlatList syntax #735

Closed Stevemoretz closed 1 year ago

Stevemoretz commented 1 year ago

It would be great to export another component from this having the same syntax as FlatList, then this can be dropped instead of a FlatList easily that would be great for migrating and also normal usage!

kevin-kp commented 1 year ago

Hi, I think that this is something that is being done by https://github.com/Shopify/flash-list which uses this library. Also, the maintainer of this library is the same as the mentioned library.

Stevemoretz commented 1 year ago

Hi, I think that this is something that is being done by https://github.com/Shopify/flash-list which uses this library.

Thanks that's awesome! Didn't know that uses this, why is the pod install for though?

Add the package to your project via yarn add @shopify/flash-list and run pod install in the ios directory.

kevin-kp commented 1 year ago

Because it uses native code that needs to be installed with Cocoapods: https://github.com/Shopify/flash-list/blob/main/RNFlashList.podspec.

Stevemoretz commented 1 year ago

Sounds Great Thanks!