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.
Callbacks
onTap
: Callback to handle tap events. We return the user object from this callback.
Customisation
Property | Type | Description | Required |
---|---|---|---|
likes | LMLikeUI | Props for a single item of the list. | ✔️ |
profilePictureProps | LMProfilePictureProps | Props for profile picture. | |
nameProps | LMTextProps | Props for user name. | |
customTitleProps | LMTextProps | Props for title of the user. | |
boxStyle | ViewStyle | Props for the box styling of an item. | |
onTap | Function | Prop for onTap event. |