Skip to main content

Member Item

Overview

LMMemberListItem is used to display user information associated for a like list. It showcases the user's profile image and name, along with an optional custom title.

LMFeedNotificationView

Callbacks

  • onTap: Callback to handle tap events. We return the user object from this callback.

Customisation

PropertyTypeDescriptionRequired
likesLMLikeUIProps for a single item of the list.✔️
profilePicturePropsLMProfilePicturePropsProps for profile picture.
namePropsLMTextPropsProps for user name.
customTitlePropsLMTextPropsProps for title of the user.
boxStyleViewStyleProps for the box styling of an item.
onTapFunctionProp for onTap event.