Skip to content

Flashlist:v2.0.3: Type chat render from bottom not working. #1872

@VincentLe94

Description

@VincentLe94

Hi team, I am migrated from v1 to v2.0.3 to support new arch. But flag startRenderingFromBottom not working expected.

<FlashList
ref={flashtListRef}
data={dataMessage ?? []}
renderItem={renderItem}
keyExtractor={(item, index) =>
${item.id}-item-message
}
onScroll={handleScroll}
maintainVisibleContentPosition={{
autoscrollToBottomThreshold: 0.2,
startRenderingFromBottom: true,
}}
showsVerticalScrollIndicator={false}
/>

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions