jsoendermann / rn-section-list-get-item-layout

:black_square_button: Easy getItemLayout props for react-native SectionLists.
https://medium.com/@jsoendermann/sectionlist-and-getitemlayout-2293b0b916fb
Other
221 stars 32 forks source link

Does this library work for FlatList? #13

Closed Ariel08081214 closed 5 years ago

Ariel08081214 commented 5 years ago

I have a list using FlatList,every item has different height,when I touch a button,I want to scrollToEnd, can I use this library to implement getItemLayout ?

jsoendermann commented 5 years ago

No, for FlatList you can just follow the React Native docs and implement getItemLayout yourself.