Hi ! 👋
i used LoadMoreButton in CommentList but LoadMoreButton not use and when i check props of CommentList and ReactionList do not use props LoadMoreButton , please help me !
<CommentList
{...props}
flatListProps={{
ItemSeparatorComponent: this._renderSeparator
}}
activityId={(props.activity || {}).id}
reverseOrder
oldestToNewest ={false}
infiniteScroll={false} //show ButtonLoadmore
LoadMoreButton={do not use }