# 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.

<figure><img src="/files/fSTqkQF93aAgkm9J3eGp" alt="" width="315"><figcaption></figcaption></figure>

### Features

| Feature       | Description                                              |
| ------------- | -------------------------------------------------------- |
| Reaction List | Users can view the list of user who reacted on the post. |

### Customization

<table><thead><tr><th width="213">Config ID</th><th width="122">Type</th><th>Description</th></tr></thead><tbody><tr><td>*/reaction_list/*</td><td>Theme</td><td>User can customize component theme.</td></tr><tr><td>*/reaction_list/user_avatar_view</td><td>Element</td><td>User can hide avatar image view.</td></tr><tr><td>*/reaction_list/user_display_name</td><td>Element</td><td>User can hide display name.</td></tr><tr><td>*/reaction_list/reaction_image_view</td><td>Element</td><td>User can hide reaction icon.</td></tr></tbody></table>

For more details on customization, please refer to the [Customization](/social-plus-uikit/uikit-4/customization.md) page.

### Usage <a href="#usage" id="usage"></a>

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

{% tabs %}
{% tab title="iOS" %}
{% embed url="<https://gist.github.com/amythee/1d10b0242319018a91440b47af75b38f>" %}
{% endtab %}

{% tab title="Android" %}
{% embed url="<https://gist.github.com/95bb12b0e79a0fb35593c8ed629c9193>" %}
{% endtab %}

{% tab title="Web" %}
{% embed url="<https://gist.github.com/amythee/17677dcceea5c443f71ee3d3f4dbe9f7>" %}
{% endtab %}

{% tab title="React Native" %}
{% embed url="<https://gist.github.com/amythee/28f83760eb562da4c163d614a2efa269>" %}
{% endtab %}

{% tab title="Flutter" %}
{% embed url="<https://gist.github.com/987bad25e718a10263f1cde3e2e62353>" %}
{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.social.plus/social-plus-uikit/uikit-4/social/comment-and-reaction/reaction-list-component.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
