Skip to main content

Explore Feed Item

Overview

The ExploreFeedItem component renders a single item within an explore feed, displaying relevant content like media, text, or any associated user interactions. It handles the layout, presentation, and formatting of the feed items, making them interactable within the explore section.

LMFeedMediaPreviewScreen

Customisation

PropertyTypeDescription
headerHeaderStyle configuration for the header
filterHeaderFilterHeaderStyle configuration for the filter header
chatroomTitleChatroomTitleStyle configuration for the chatroom title
chatroomSubTitleChatroomSubtitleStyle configuration for the chatroom subtitle
chatroomDescriptionChatroomDescriptionStyle configuration for the chatroom description
joinButtonJoinButtonStyle configuration for the join button
joinedButtonJoinedButtonStyle configuration for the joined button
PropertyTypeDescription
colorstringColor of the header text
fontSizenumberFont size of the header text
fontFamilystringFont family of the header text
placeHolderTextstringPlaceholder text for the header

FilterHeader

PropertyTypeDescription
colorstringColor of the filter header text
fontSizenumberFont size of the filter header text
fontFamilystringFont family of the filter header text

ChatroomTitle

PropertyTypeDescription
colorstringColor of the chatroom title
fontSizenumberFont size of the chatroom title
fontFamilystringFont family of the chatroom title

ChatroomSubtitle

PropertyTypeDescription
colorstringColor of the chatroom subtitle
fontSizenumberFont size of the chatroom subtitle
fontFamilystringFont family of the chatroom subtitle

ChatroomDescription

PropertyTypeDescription
colorstringColor of the chatroom description
fontSizenumberFont size of the chatroom description
fontFamilystringFont family of the chatroom description

JoinButton

PropertyTypeDescription
placeHolderTextstringPlaceholder text for the join button
colorstringColor of the join button text
fontSizenumberFont size of the join button text
fontFamilystringFont family of the join button text
backgroundColorstringBackground color of the join button
borderRadiusstringBorder radius of the join button

JoinedButton

PropertyTypeDescription
placeHolderTextstringPlaceholder text for the joined button
colorstringColor of the joined button text
fontSizenumberFont size of the joined button text
fontFamilystringFont family of the joined button text
backgroundColorstringBackground color of the joined button
borderRadiusstringBorder radius of the joined button

Props

PropertyTypeDescription
avatarstringURL of the chatroom avatar
headerstringHeader text for the chatroom
titlestringTitle of the chatroom
lastMessagestringLast message sent in the chatroom
pinnedbooleanIndicates if the chatroom is pinned
isJoinedbooleanIndicates if the user has joined the chatroom
participantsnumberNumber of participants in the chatroom
messageCountnumberTotal number of messages in the chatroom
externalSeennumberNumber of messages seen externally
isSecretbooleanIndicates if the chatroom is secret
chatroomIDnumberUnique identifier for the chatroom
filterStateanyCurrent state of the filter
navigationanyNavigation prop for navigating between screens
participantsIconPathanyPath to the icon representing participants
totalMessagesIconPathanyPath to the icon representing total messages
joinButtonPathanyPath to the join button icon
joinedButtonPathanyPath to the joined button icon