Change estimataedItemSize to 48 (short message with avatar)

This commit is contained in:
Diego Mello 2022-12-14 15:21:57 -03:00
parent 83b5e8a98a
commit d047cb0c49
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ const List = ({ listRef, ...props }: IListProps) => (
// @ts-ignore
contentContainerStyle={styles.contentContainer}
inverted
estimatedItemSize={150}
estimatedItemSize={48}
onEndReachedThreshold={0.5}
{...props}
{...scrollPersistTaps}