How to scrollToBottom in Flatlist with dynamic height content?

707 views Asked by At

The contents of my Flatlist have variable height. The methods scrollToIndex, scrollToItem require getItemLayout prop to be set. I guess measuring each and every content will slow down the performance of the Flatlist as the list has hundred's of rows. Is there any simpler way to do this?

0

There are 0 answers