Reaction List Component

The Reaction List Component displays detailed information about users who have reacted to your post and the specific reactions they have used.

Features

FeatureDescription

Reaction List

Users can view the list of user who reacted on the post.

Customization

Config IDTypeDescription

*/reaction_list/*

Theme

User can customize component theme

*/reaction_list/user_avatar_view

Element

User can hide avatar image view.

*/reaction_list/user_display_name

Element

User can hide display name.

*/reaction_list/reaction_image_view

Element

User can hide reaction icon.

For more details customization, please refer to Customization page.

Usage

The Reaction List Component can be used in the app if you already have an AmityPost object from AmitySDK. postId from AmityPost object will be used to initialize the component.

Last updated