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
|
// @ts-ignore
|
||||||
contentContainerStyle={styles.contentContainer}
|
contentContainerStyle={styles.contentContainer}
|
||||||
inverted
|
inverted
|
||||||
estimatedItemSize={150}
|
estimatedItemSize={48}
|
||||||
onEndReachedThreshold={0.5}
|
onEndReachedThreshold={0.5}
|
||||||
{...props}
|
{...props}
|
||||||
{...scrollPersistTaps}
|
{...scrollPersistTaps}
|
||||||
|
|
Loading…
Reference in New Issue