Change estimataedItemSize to 48 (short message with avatar)
This commit is contained in:
parent
83b5e8a98a
commit
d047cb0c49
|
@ -25,7 +25,7 @@ const List = ({ listRef, ...props }: IListProps) => (
|
|||
// @ts-ignore
|
||||
contentContainerStyle={styles.contentContainer}
|
||||
inverted
|
||||
estimatedItemSize={150}
|
||||
estimatedItemSize={48}
|
||||
onEndReachedThreshold={0.5}
|
||||
{...props}
|
||||
{...scrollPersistTaps}
|
||||
|
|
Loading…
Reference in New Issue