Closed Ariel08081214 closed 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 ?
No, for FlatList you can just follow the React Native docs and implement getItemLayout yourself.
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 ?